Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance/checkpointing #130

Closed
wants to merge 21 commits into from
Closed

Commits on Jun 15, 2024

  1. removed pickle based checkpointing

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    255fa35 View commit details
    Browse the repository at this point in the history
  2. basic checkpointing for just the propulator

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    ad2edaa View commit details
    Browse the repository at this point in the history
  3. added limits member to the propagator at the top of the hierarchy as …

    …a workaround
    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    849b126 View commit details
    Browse the repository at this point in the history
  4. added limits member to the cmaes propagator

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a91bfb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    620f5da View commit details
    Browse the repository at this point in the history
  6. updated logging for tests and added pso checkpointing test

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    804ee71 View commit details
    Browse the repository at this point in the history
  7. fixed logging output during tests and added a surrogate checkpointing…

    … test stub
    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    0e448fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dd75d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63149d0 View commit details
    Browse the repository at this point in the history
  10. removed debug print

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4bf06bb View commit details
    Browse the repository at this point in the history
  11. added checkpointing to island models

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    695d7f8 View commit details
    Browse the repository at this point in the history
  12. added some more asserts and mode verbose output

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2a911c5 View commit details
    Browse the repository at this point in the history
  13. fixed checkpoint file communicator

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c914c98 View commit details
    Browse the repository at this point in the history
  14. fixed off by one error in generations when loading checkpoint, remove…

    …d touching attrs in the parallel opened checkpoint file
    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    03bb0f0 View commit details
    Browse the repository at this point in the history
  15. removed comment and debug output

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2070a57 View commit details
    Browse the repository at this point in the history
  16. comments, generations, debugging stuff

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    cdc3e4d View commit details
    Browse the repository at this point in the history
  17. removed some debug messages and added migration updates to the checkp…

    …oint
    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    acd9de8 View commit details
    Browse the repository at this point in the history
  18. fixed comm

    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e30b2f5 View commit details
    Browse the repository at this point in the history
  19. fixed mistake in checkpoint reading, fixed comm, used individual isla…

    …nd origin, implemented active_on_island
    Oskar Taubert committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    d516b3f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. fixed pre-commit issues, updated installation instructions, excluded …

    …coverage file from pre-commit hooks, fixed a missed merge conflicts
    oskar-taubert committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b9056e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03289f3 View commit details
    Browse the repository at this point in the history