Fixed bugs

This commit is contained in:
danielwilczak101
2020-09-21 02:20:25 -04:00
parent 85ba32803f
commit 358d93dfa4
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ ga = EasyGA.GA(Population_size, Chromosome_length,user_gene_function)
ga.initialize()
# Looking at the first chromosome in the population
print(ga.population.chromosomes[0].print_chromosome())
ga.population.chromosomes[0].print_chromosome()