Changes from meeting

This commit is contained in:
danielwilczak101
2020-09-30 19:33:23 -04:00
parent 625143da7d
commit 8377650c58
6 changed files with 31 additions and 22 deletions

View File

@ -1,4 +1,6 @@
def generation_based(ga):
"""Generation based approach to termination - If the current generation is
less then the """
status = True
if(ga.current_generation > ga.max_generations):
status = False