Version 0.2¶
New features¶
Speed improvements when using
gp_minimize
withacq_optimizer='lbfgs'
andacq_optimizer='auto'
when all the search-space dimensions are Real.Persistence of minimization results using
skopt.dump
andskopt.load
.Support for using arbitrary estimators that implement a
return_std
argument in theirpredict
method by means ofbase_minimize
fromskopt.optimizer.
Support for tuning noise in
gp_minimize
using thenoise
argument.TimerCallback
inskopt.callbacks
to log the time between iterations of the minimization loop.