This commit is contained in:
SimpleArt
2020-12-04 14:30:45 -05:00
2 changed files with 4 additions and 3 deletions

View File

@ -63,7 +63,7 @@ class Attributes:
tournament_size_ratio = 0.10,
current_generation = 0,
current_fitness = 0,
generation_goal = 15,
generation_goal = 100,
fitness_goal = None,
tolerance_goal = None,
percent_converged = 0.50,