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 7a978a7 commit 6123e42Copy full SHA for 6123e42
Example_GeneticAlgorithm.py
@@ -64,7 +64,7 @@
64
print(offspring_crossover)
65
66
# Adding some variations to the offspring using mutation.
67
- offspring_mutation = GA.mutation(offspring_crossover)
+ offspring_mutation = GA.mutation(offspring_crossover, num_mutations=2)
68
print("Mutation")
69
print(offspring_mutation)
70
0 commit comments