New change

This commit is contained in:
danielwilczak101
2020-09-22 00:01:18 -04:00
parent b24e915af1
commit 73042b8cc4

View File

@ -22,7 +22,7 @@ class GA:
self.population = self.initialization.initialize(self.population_size,
self.chromosome_length,
self.user_gene_function)
def evolve(self):
# Evolve will run all the functions
initialize()