Variable name changes and fix to y_data on plots

This commit is contained in:
danielwilczak101
2020-11-12 12:28:50 -05:00
parent 357df1609f
commit 435c6c1335
3 changed files with 18 additions and 10 deletions

View File

@ -18,6 +18,9 @@ ga.target_fitness_type = 'min'
ga.evolve()
ga.print_generation()
ga.print_population()
ga.graph.type_of_plot = "line"
ga.graph.yscale = "log"
ga.graph.lowest_value_chromosome()