Added atrributes class

This commit is contained in:
danielwilczak101
2020-10-15 12:47:12 -04:00
parent ec1b67fc00
commit ce62bc50e5
3 changed files with 80 additions and 74 deletions

View File

@ -4,7 +4,7 @@ import EasyGA
# Create the Genetic algorithm
ga = EasyGA.GA()
ga.chromosome_length = 0
ga.chromosome_length = 100
ga.evolve()