Skip to content

Releases: bayesian-optimization/BayesianOptimization

v2.0.2

18 Dec 11:17
58c9061

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

09 Dec 11:59
d8ccc69

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

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

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

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

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

Choose a tag to compare

updates to setup.py reflecting minimum supported python version

v1.4.1

29 Nov 10:04
a840398

Choose a tag to compare

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

v1.4.0

27 Nov 23:33
419fc41

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

Choose a tag to compare

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