Changed back adapt and changed generation goal to 100 so its looks normal grpahing
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user