We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11876c9 commit cabb35aCopy full SHA for cabb35a
genetic_algorithm/genetic_algorithm_optimization.py
@@ -11,7 +11,6 @@ def __init__(
11
crossover_prob=0.9,
12
mutation_prob=0.01,
13
):
14
-
15
self.func = func
16
self.bounds = np.array(bounds)
17
self.population_size = population_size
0 commit comments