Files
EasyGA/src/run_testing.py
Daniel Wilczak c2ebec6be2 Testing happened
2020-09-22 20:12:28 -04:00

9 lines
134 B
Python

import random
import EasyGA
# Create the Genetic algorithm
ga = EasyGA.GA()
print(ga.gene.get_fitness())
print(ga.gene.get_value())