Fixed comments

This commit is contained in:
SimpleArt
2020-10-30 11:56:05 -04:00
parent c9d30be1af
commit d4177b08a5

View File

@ -6,7 +6,7 @@ import EasyGA
# Mutate 20% of the population. # Mutate 20% of the population.
# Mutate 3% of the genes in each mutated chromosome. # 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 # Create random genes from 0 to 10
# #
# Minimize the sum of the genes # Minimize the sum of the genes