From 0e299265f521a71dce28a4e31a5138fe3199af0f Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Fri, 4 Dec 2020 03:22:25 -0500 Subject: [PATCH] Changed adapt rate = 0 so i can push to pypi --- src/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.py b/src/attributes.py index 864541b..b18484f 100644 --- a/src/attributes.py +++ b/src/attributes.py @@ -66,7 +66,7 @@ class Attributes: percent_converged = 0.50, chromosome_mutation_rate = 0.15, gene_mutation_rate = 0.05, - adapt_rate = 0.20, + adapt_rate = 0.0, adapt_probability_rate = 0.15, adapt_population_flag = True, max_selection_probability = 0.99,