This pull request saves the complete optimizer object to disk using the library dill.
The optimizer will be saved to the path specified by --model-path.
The user can then specify --fast-resume and the tuning process will instantly resume instead of having to perform a costly re-initialization.
This pull request saves the complete optimizer object to disk using the library dill. The optimizer will be saved to the path specified by
--model-path
. The user can then specify--fast-resume
and the tuning process will instantly resume instead of having to perform a costly re-initialization.Closes #124