Skip to content

Releases: bayesian-optimization/BayesianOptimization

v1.3.0

24 Oct 09:13
05941f7

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

Better search control

16 May 16:03

Choose a tag to compare

Two new features are included in this release:

  1. Kappa decay: Allows for dynamical changing the balance between exploration and exploitation during the optimization process (when using UCB).
  2. Sequential domain reduction: Ability to zoom-in promising regions in the search space for faster convergence.

This release is brought to you by:

  1. ben-arnao
  2. osullivryan

Bump last release to 1.1.0

17 Feb 17:21

Choose a tag to compare

Latest release included changes to Events.OPTIMIZATION_STEP that were worthy of a minor version bump.

Faster iterations

17 Feb 16:59

Choose a tag to compare

This release simplifies the proxy search making the process faster.

Increase test coverage and better examples

12 Feb 22:40

Choose a tag to compare

This release comes with a number with small fixes (typos and etc.) as well as more tests.

New API and better examples.

25 Nov 16:57
51d3b3b

Choose a tag to compare

Big refactor with a few API breaking changes.

Tests and Eager exploration

17 Dec 22:57

Choose a tag to compare

Thanks to @Erotemic for his contributions.

0.5

16 Nov 22:37

Choose a tag to compare

0.5
Update setup file to 0.5.0