Testing happened

This commit is contained in:
Daniel Wilczak
2020-09-22 20:12:28 -04:00
parent 2c3ef3f589
commit c2ebec6be2
2 changed files with 7 additions and 3 deletions

View File

@ -3,3 +3,6 @@ import EasyGA
# Create the Genetic algorithm
ga = EasyGA.GA()
print(ga.gene.get_fitness())
print(ga.gene.get_value())