File name changes to match the rest of framework. generation goal was setup twice in EasyGA.

This commit is contained in:
danielwilczak101
2020-10-08 15:53:35 -04:00
parent 3649293133
commit 88927f7415
19 changed files with 11 additions and 61 deletions

View File

@ -13,4 +13,5 @@ ga.gene_impl = [random.randrange,1,100]
ga.evolve()
# Print the current population
print(f"Current Generation: {ga.current_generation}")
ga.population.print_all()