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 f74ab9e commit c3cdfafCopy full SHA for c3cdfaf
README.md
@@ -219,7 +219,7 @@ ga_instance = pygad.GA(num_generations=num_generations,
219
crossover_type=crossover_type,
220
mutation_type=mutation_type,
221
mutation_percent_genes=mutation_percent_genes,
222
- callback_generation=callback_generation)
+ on_generation=callback_generation)
223
224
# Running the GA to optimize the parameters of the function.
225
ga_instance.run()
0 commit comments