Skip to content

Releases: jbrea/BayesianOptimization.jl

v0.2.5

02 Feb 19:59
ac78704
Compare
Choose a tag to compare

BayesianOptimization v0.2.5

Diff since v0.2.4

Closed issues:

  • InterruptException from optimizemodel! (#23)

v0.2.4

02 Feb 19:27
03ec0fb
Compare
Choose a tag to compare

BayesianOptimization v0.2.4

Diff since v0.2.3

Closed issues:

  • Elastic GPE issue (#20)

Merged pull requests:

  • CompatHelper: bump compat for "SpecialFunctions" to "1.2" (#24) (@github-actions[bot])

v0.2.3

01 Jun 16:01
Compare
Choose a tag to compare

BayesianOptimization v0.2.3

Diff since v0.2.2

Closed issues:

  • Example no longer working (#14)

Merged pull requests:

  • CompatHelper: bump compat for "GaussianProcesses" to "0.12" (#16) (@github-actions[bot])

v0.2.2

12 Feb 11:01
Compare
Choose a tag to compare

BayesianOptimization v0.2.2

Diff since v0.2.1

Closed issues:

  • Help with hyper parameter optimization (#13)

Merged pull requests:

v0.2.1

22 Jun 18:06
v0.2.1
Compare
Choose a tag to compare

v0.2.1 (2019-06-22)

Diff since v0.2.0

Closed issues:

  • Feature request: pass initial evaluation points as argument (#12)
  • please tag a release (#11)

v0.2.0

12 Jun 16:41
v0.2.0
Compare
Choose a tag to compare

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)

Diff since v0.1.1

Closed issues:

  • Restarting optimization (#7)
  • Ambiguous error message for incorrect type (#6)
  • Allow GP to use given observation noise (#5)

Merged pull requests:

v0.1.1

17 Jan 16:56
Compare
Choose a tag to compare
refactoring; use TimerOutputs; repeated function eval option

v0.1.0

07 Dec 10:38
Compare
Choose a tag to compare
add coverage