GPflow / GPflowOpt

Bayesian Optimization using GPflow
Apache License 2.0
270 stars 61 forks source link

Remove default params #58

Closed javdrher closed 7 years ago

javdrher commented 7 years ago

This early addition for stability comes from the optdemo. Meanwhile many things were improved: do we still need this? it creates errors when after a recompile the free state changes. if removed we retain the previous optimum + random restarts which seems reasonable.

icouckuy commented 7 years ago

I'm assuming the hyp callback will allow resetting the hyps in a controlled manner (and allows a single restart which makes sense)? Is this still for 0.1?

Do we provide a callback for the standard GPR model?

javdrher commented 7 years ago

I was thinking the standard callback to be the current behavior (start from the previous optimum).