We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9422c1a commit 64c0f62Copy full SHA for 64c0f62
pygad.py
@@ -727,7 +727,6 @@ def run(self):
727
# Appending the best solution to the best_solutions list.
728
if self.save_best_solutions:
729
self.best_solutions.append(best_solution)
730
- print("AAAAAAAAA ", self.best_solutions)
731
732
# Selecting the best parents in the population for mating.
733
parents = self.select_parents(fitness, num_parents=self.num_parents_mating)
0 commit comments