sherpa-ai / sherpa

Hyperparameter optimization that enables researchers to experiment, visualize, and scale quickly.
http://parameter-sherpa.readthedocs.io/
GNU General Public License v3.0
331 stars 53 forks source link

Resume optimization #108

Open Puumanamana opened 3 years ago

Puumanamana commented 3 years ago

Hi,

Is there a way to resume a saved sherpa run? I noticed there was a load_dashbord() method, but it also says "currently this study cannot be used to continue the optimization". Moreover, I was wondering if it was possible to start with a given algorithm (e.g. random search), save the study, and resume it with another one (e.g. Bayesian optimization).

Thank you!