Fixed database and graph functions

This commit is contained in:
danielwilczak101
2020-11-21 23:54:26 -05:00
parent def2fb8455
commit 59d660ba26
3 changed files with 28 additions and 25 deletions

View File

@ -6,8 +6,6 @@ ga = EasyGA.GA()
ga.evolve()
ga.database.past_runs()
ga.graph.highest_value_chromosome(1) # Change this so it doesn't make its own figure or show
ga.graph.highest_value_chromosome()
ga.graph.show()