Skip to content

Commit cabb35a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 11876c9 commit cabb35a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genetic_algorithm/genetic_algorithm_optimization.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ def __init__(
1111
crossover_prob=0.9,
1212
mutation_prob=0.01,
1313
):
14-
1514
self.func = func
1615
self.bounds = np.array(bounds)
1716
self.population_size = population_size

0 commit comments

Comments
 (0)