From d4177b08a5dd96982168dca4ff769747620b7ce0 Mon Sep 17 00:00:00 2001 From: SimpleArt <71458112+SimpleArt@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:56:05 -0400 Subject: [PATCH] Fixed comments --- src/run_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run_testing.py b/src/run_testing.py index 8f831e9..4b2d4f5 100644 --- a/src/run_testing.py +++ b/src/run_testing.py @@ -6,7 +6,7 @@ import EasyGA # Mutate 20% of the population. # Mutate 3% of the genes in each mutated chromosome. # -# Create 25 chromosomes each with 10 genes +# Create 100 chromosomes each with 25 genes # Create random genes from 0 to 10 # # Minimize the sum of the genes