Changes from meeting
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user