Skip to content

Commit 569d616

Browse files
authored
correct typos
1 parent 5f9a62d commit 569d616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def on_generation(ga_instance):
6161
crossover_type=crossover_type,
6262
mutation_type=mutation_type,
6363
mutation_percent_genes=mutation_percent_genes,
64-
on_generation=callback_generation)
64+
on_generation=on_generation)
6565

6666
# Running the GA to optimize the parameters of the function.
6767
ga_instance.run()

0 commit comments

Comments
 (0)