-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[brief] Big expansion for ensuring optuna trials can be resumed.
[detailed] - The previous system was unable to cope with situations where studies failed due to external reasons (system shutdowns, errors, process being killed, etc). To address this, the function was moved out of the plug-in class (since it didn't really need to be there) and now focuses on creating a new study with the correct trials moved over from the previous version. This ensures that if any trials fail or the process is killed and a trial is left running, it is correctly handled. - Extends the system to allow checkpoints to be made from the samplers. This ensures reproducibility even if the study is stopped.
- Loading branch information
Showing
2 changed files
with
242 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.