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 040b8e1 commit f74ab9eCopy full SHA for f74ab9e
example.py
@@ -63,7 +63,7 @@ def callback_generation(ga_instance):
63
crossover_type=crossover_type,
64
mutation_type=mutation_type,
65
mutation_percent_genes=mutation_percent_genes,
66
- callback_generation=callback_generation)
+ on_generation=callback_generation)
67
68
# Running the GA to optimize the parameters of the function.
69
ga_instance.run()
0 commit comments