Added atrributes class
This commit is contained in:
@ -4,7 +4,7 @@ import EasyGA
|
||||
# Create the Genetic algorithm
|
||||
ga = EasyGA.GA()
|
||||
|
||||
ga.chromosome_length = 0
|
||||
ga.chromosome_length = 100
|
||||
|
||||
ga.evolve()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user