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

Show dashboard after run complete? #103

Closed bkj closed 4 years ago

bkj commented 4 years ago

Hi -- Is there a way to show the dashboard after the run is complete? Currently, once my optimization finishes, the dashboard turns off and I'm not able to see it anymore -- presumably there's some command to re-start the dashboard?

Thanks!

LarsHH commented 4 years ago

Hi @bkj ! There is actually a function to do this right now although it is a bit hidden: https://github.com/sherpa-ai/sherpa/blob/009a3552abe7786826e009b34629711e30689b83/sherpa/core.py#L666 The path is the output directory of the optimization

Best, Lars