Main Script (1)
int n_nodes = 4
int individuals = 1000
int population = 10
float stopping_criterion = 20.0
float crossover_prob = 0.5
float bit_mutation_prob = 0.02
Previous slide
Next slide
Back to the index
View Graphic Version
Notes:
No notes for slide 68