New change
This commit is contained in:
@ -22,7 +22,7 @@ class GA:
|
|||||||
self.population = self.initialization.initialize(self.population_size,
|
self.population = self.initialization.initialize(self.population_size,
|
||||||
self.chromosome_length,
|
self.chromosome_length,
|
||||||
self.user_gene_function)
|
self.user_gene_function)
|
||||||
|
|
||||||
def evolve(self):
|
def evolve(self):
|
||||||
# Evolve will run all the functions
|
# Evolve will run all the functions
|
||||||
initialize()
|
initialize()
|
||||||
|
|||||||
Reference in New Issue
Block a user