testing
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user