Commented EasyGA.py

This commit is contained in:
SimpleArt
2020-09-27 17:26:56 -04:00
parent d1334090a8
commit e66b4d7fd0
2 changed files with 17 additions and 6 deletions

View File

@ -15,6 +15,6 @@ def user_gene_domain(gene_index):
# If the user wants to use a domain
ga.chromosome_impl = user_gene_domain
ga.initialize()
ga.initialize_population()
ga.population.print_all()