File name changes to match the rest of framework. generation goal was setup twice in EasyGA.
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user