Directory
This commit is contained in:
10
EasyGA/run.py
Normal file
10
EasyGA/run.py
Normal file
@ -0,0 +1,10 @@
|
||||
import EasyGA
|
||||
|
||||
#Create the Genetic Algorithm
|
||||
ga = EasyGA.GA()
|
||||
|
||||
ga.evolve()
|
||||
|
||||
#Print your default genetic algorithm
|
||||
ga.print_generation()
|
||||
ga.print_population()
|
||||
Reference in New Issue
Block a user