Releases: jbrea/BayesianOptimization.jl
Releases · jbrea/BayesianOptimization.jl
v0.2.5
v0.2.4
v0.2.3
v0.2.2
BayesianOptimization v0.2.2
Closed issues:
- Help with hyper parameter optimization (#13)
Merged pull requests:
- Install TagBot as a GitHub Action (#15) (@JuliaTagBot)
v0.2.1
v0.2.1 (2019-06-22)
Closed issues:
v0.2.0
v0.2.0 (2019-06-12)
- Breaking changes: rename
NoOptimizer
->NoModelOptimizer
,MLGPOptimizer
->MAPGPOptimizer
,lhs_iterations
->initializer_iterations
- New features: use Sobol sequence by default to initialize the model. Latin hypercube sampling can be used with
ScaledLHSIterator
. - Fixes: warmstart models (#7, #10)
Closed issues:
- Restarting optimization (#7)
- Ambiguous error message for incorrect type (#6)
- Allow GP to use given observation noise (#5)
Merged pull requests: