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

restart vs. continue study #34

Open
cskiraly opened this issue Mar 27, 2023 · 1 comment
Open

restart vs. continue study #34

cskiraly opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@cskiraly
Copy link
Contributor

For longer parameter studies it is nice if an interrupted study can be continued.
What's needed:

  • allow to specify execID externally
  • option to skip run if results are already there

This would also allow to change the config, e.g. adding more runs for statistical relevance, or exploring another dimension of the simulation space.

@cskiraly cskiraly added the enhancement New feature or request label Mar 27, 2023
@leobago
Copy link
Collaborator

leobago commented Mar 28, 2023

I like this, very nice idea.

One small thing we have to be careful is that with parallel execution, the simulation space is not traversed/finished in order, so at restart we cannot assume that because the run Y=4 is in the results directory, then all runs for y<4 are already done. We have to check one by one.

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

No branches or pull requests

2 participants