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 capabilities to L2L #96

Open
4 of 6 tasks
sdiazpier opened this issue Jan 15, 2024 · 0 comments
Open
4 of 6 tasks

Add checkpointing capabilities to L2L #96

sdiazpier opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Hanna's priority

Comments

@sdiazpier
Copy link

sdiazpier commented Jan 15, 2024

Enable the possibility that a user restarts an optimization run using an existing trajectory and python script.

  • Make this an option that can be enabled from the python script
  • Load the trajectory that the user provides as last checkpoint
  • Check that the optimizee is available to be executed
  • Make sure the generation number matches the generation of the last trajectory
  • Make sure all data structures used by the optimizer are correctly initialized
  • Test that all optimizers can use this functionality without problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hanna's priority
Projects
None yet
Development

No branches or pull requests

2 participants