Fixed database and graph functions
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user