This commit is contained in:
danielwilczak101
2020-09-23 13:23:07 -04:00
parent c2ebec6be2
commit cd15a85b71
15 changed files with 117 additions and 82 deletions

View File

@ -4,5 +4,6 @@ import EasyGA
# Create the Genetic algorithm
ga = EasyGA.GA()
print(ga.gene.get_fitness())
print(ga.gene.get_value())
ga.initialize()
ga.population.chromosome[0].print_chromosome()