Added basic database functionallity
This commit is contained in:
@ -4,6 +4,8 @@ import EasyGA
|
||||
# Create the Genetic algorithm
|
||||
ga = EasyGA.GA()
|
||||
|
||||
ga.population_size = 3
|
||||
ga.generation_goal = 10
|
||||
# Evolve the genetic algorithm
|
||||
ga.evolve()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user