Change adapt rate and turn it off by default
This commit is contained in:
@ -69,9 +69,9 @@ class Attributes:
|
||||
percent_converged = 0.50,
|
||||
chromosome_mutation_rate = 0.15,
|
||||
gene_mutation_rate = 0.05,
|
||||
adapt_rate = 0.20,
|
||||
adapt_rate = 0,
|
||||
adapt_probability_rate = 0.15,
|
||||
adapt_population_flag = True,
|
||||
adapt_population_flag = False,
|
||||
max_selection_probability = 0.99,
|
||||
min_selection_probability = 0.01,
|
||||
max_chromosome_mutation_rate = 0.20,
|
||||
|
||||
Reference in New Issue
Block a user