Skip to content

Releases: bayesian-optimization/BayesianOptimization

v2.0.1

09 Dec 11:59
d8ccc69
Compare
Choose a tag to compare

What's Changed

  • deprecation warning for sorted parameters by @till-m in #532

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Oct 14:26
8cc0f0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v2.0.0

v1.5.1

10 Jul 12:01
48e4816
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

24 Jun 12:10
783ab91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.5.0

v1.4.3

25 Apr 21:59
33b99ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

04 Dec 05:43
202dc3c
Compare
Choose a tag to compare

updates to setup.py reflecting minimum supported python version

v1.4.1

29 Nov 10:04
a840398
Compare
Choose a tag to compare

fixes the issues described in #257, #258, #385

v1.4.0

27 Nov 23:33
419fc41
Compare
Choose a tag to compare
  • some bug fixes for contraints models
  • update code to explicitly handle duplicate points
  • update the maximize method for a more consistent approach in setting gp params and acquisition functions.

v1.3.1

26 Oct 23:02
80f20f2
Compare
Choose a tag to compare

Reverted to previews Queue implementation to allow users to pickle BayesianOptimization object

v1.3.0

24 Oct 09:13
05941f7
Compare
Choose a tag to compare

First update after many years. Among many new features detailed below, will now work with scipy > 1.8

What's Changed

New Contributors

Full Changelog: 1.2.0...v1.3.0