diff --git a/src/attributes.py b/src/attributes.py index b18484f..50d64c7 100644 --- a/src/attributes.py +++ b/src/attributes.py @@ -60,13 +60,13 @@ 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, chromosome_mutation_rate = 0.15, gene_mutation_rate = 0.05, - adapt_rate = 0.0, + adapt_rate = 0.20, adapt_probability_rate = 0.15, adapt_population_flag = True, max_selection_probability = 0.99,