sherpa-ai/sherpa

Show dashboard after run complete?

bkj opened this issue · 1 comments

bkj commented

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!

Hi @bkj ! There is actually a function to do this right now although it is a bit hidden:

def run_dashboard(path):
The path is the output directory of the optimization

Best,
Lars