Resume optimization runs after a crash #10
PostmanSpat
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Skopt has the ability to dump checkpoints and then re-load and continue from the checkpoint.
https://scikit-optimize.github.io/stable/auto_examples/interruptible-optimization.html#sphx-glr-auto-examples-interruptible-optimization-py
It is currently painful if you've been running an optimize process for a very long time and it crashes (e.g., out of memory) and you have to start from scratch. It would be great if it could keep its progress and resume after a restart.
Beta Was this translation helpful? Give feedback.
All reactions