Skip to content

Commit 64c0f62

Browse files
authored
Add files via upload
1 parent 9422c1a commit 64c0f62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pygad.py

-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ def run(self):
727727
# Appending the best solution to the best_solutions list.
728728
if self.save_best_solutions:
729729
self.best_solutions.append(best_solution)
730-
print("AAAAAAAAA ", self.best_solutions)
731730

732731
# Selecting the best parents in the population for mating.
733732
parents = self.select_parents(fitness, num_parents=self.num_parents_mating)

0 commit comments

Comments
 (0)