changed name for readability

This commit is contained in:
danielwilczak101
2020-09-22 18:34:34 -04:00
parent 4803b1ee69
commit 7aee6b9c8a
3 changed files with 20 additions and 3 deletions

View File

@ -30,3 +30,10 @@ class GA:
# def evolve(self):
# # Evolve will run all the functions
# initialize()
def evolve():
pass
def evolve_generation(self, number_of_generations):
# This is where the generatoin progression happens.
pass