Commented EasyGA.py
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user