Testing happened
This commit is contained in:
@ -3,3 +3,6 @@ import EasyGA
|
||||
|
||||
# Create the Genetic algorithm
|
||||
ga = EasyGA.GA()
|
||||
|
||||
print(ga.gene.get_fitness())
|
||||
print(ga.gene.get_value())
|
||||
|
||||
Reference in New Issue
Block a user