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

add checkpointing #94

Closed
2 tasks
Tracked by #88
martinjrobins opened this issue Sep 9, 2024 · 1 comment
Closed
2 tasks
Tracked by #88

add checkpointing #94

martinjrobins opened this issue Sep 9, 2024 · 1 comment

Comments

@martinjrobins
Copy link
Owner

martinjrobins commented Sep 9, 2024

  • refactor solver state to be a solver specific struct and implement a new trait SolverState, each solver can be save or load their state and resume
  • write a generic checkpointing struct that can (a) save a particular solve as a sequence of states defining a list of n segments of the solution trajectory, (b) activate segment i and (c) interpolate the solution at any point in segment
@martinjrobins
Copy link
Owner Author

fixed by #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant