BayesianOptimization Versions Save

A Python implementation of global optimization with gaussian processes.

v1.4.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fmfn/BayesianOptimization/compare/v1.4.2...v1.4.3

v1.4.2

1 year ago

updates to setup.py reflecting minimum supported python version

v1.4.1

1 year ago

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

v1.4.0

1 year ago
  • 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

1 year ago

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

v1.3.0

1 year ago

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: https://github.com/fmfn/BayesianOptimization/compare/1.2.0...v1.3.0

1.2.0

3 years ago

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

v1.1.0

4 years ago

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

v1.0.3

4 years ago

This release simplifies the proxy search making the process faster.

v1.0.1

5 years ago

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