We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9a62d commit 569d616Copy full SHA for 569d616
example.py
@@ -61,7 +61,7 @@ def on_generation(ga_instance):
61
crossover_type=crossover_type,
62
mutation_type=mutation_type,
63
mutation_percent_genes=mutation_percent_genes,
64
- on_generation=callback_generation)
+ on_generation=on_generation)
65
66
# Running the GA to optimize the parameters of the function.
67
ga_instance.run()
0 commit comments