HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.55k stars 329 forks source link

main code never halts #73

Closed mikerossgithub closed 8 years ago

mikerossgithub commented 8 years ago

Im just running the simple demo and it never halts.

python spearmint/main.py examples/simple/

Is this expected behavior? If so, how do I retrieve the hyperparameters from the mongodb?

weissercn commented 8 years ago

You can just stop the process with Ctrl C. The optimum hyperparameters should be displayed in your terminal every time a new point is tried. Is there an easy way to stop the process after say 50 iterations?

mgelbart commented 8 years ago

Yes it's expected behavior. For stopping after some number of iterations, see #77.