Modifies the AimHook and AlgorithmBase checkpoint loading/saving behaviour so that if the user is using the AimHook tracking resumes if it is interrupted.
Fixes #161
Does your PR introduce any breaking changes? If yes, please list them.
No breaking changes. This only modifies the AimHook and saving/loading checkpoint functions in AlgorithmBase. Furthermore, it is backwards compatible with the previous version(s).
Before submitting
[x] Was this discussed/approved via a GitHub issue? (not for typos and docs)
[x] Did you make sure your PR does only one thing, instead of bundling different changes together?
[x] Did you make sure to update the documentation with your changes? (if necessary)
[x] Did you list all the breaking changes introduced by this pull request?
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
[x] Is this pull request ready for review? (if not, please submit in draft mode)
[ ] Check that all items from Before submitting are resolved
[ ] Make sure the title is self-explanatory and the description concisely explains the PR
[ ] Add labels and milestones (and optionally projects) to the PR so it can be classified
What does this PR do?
Modifies the
AimHook
andAlgorithmBase
checkpoint loading/saving behaviour so that if the user is using theAimHook
tracking resumes if it is interrupted.Fixes #161
Does your PR introduce any breaking changes? If yes, please list them.
No breaking changes. This only modifies the
AimHook
and saving/loading checkpoint functions inAlgorithmBase
. Furthermore, it is backwards compatible with the previous version(s).Before submitting
PR review
Anyone in the community is welcome to review the PR. Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list: