Skip to content

GA pause & resume #117

Description

@gkapellmann

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions