You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that when a GA is run, if we pause it when the generation is over, when requested to resume the generation counter doesnt go to the next generation until going through the old generation again.
Example:
We start the GA, and starts in generation 1.
When the "GenerationRan" event is triggered, we see the Generation Number = 1
We then pause the GA, the pause function is at the end of the "GenerationRan" function handler
Wait some time
Now we resume the GA
The next "GenerationRan" number is again = 1? Shouldn't this be 2 now?
Or am I missing something?
The text was updated successfully, but these errors were encountered:
I am using "FitnessStagnationTermination", which maybe I am thinking I should use "FitnessThresholdTermination". But at the moment I am using the stagnation one.
I have noticed that when a GA is run, if we pause it when the generation is over, when requested to resume the generation counter doesnt go to the next generation until going through the old generation again.
Example:
Or am I missing something?
The text was updated successfully, but these errors were encountered: