Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: experimental-design/bofire

Engineered Features and fixes to augmented DoE

18 Dec 08:36
d304449

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

Many fixes and improvements

19 Nov 09:16
e719dd6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

Maintenance Release

07 Nov 11:51

Choose a tag to compare

Maintenance release that solves the issue of failing acquisition setup when used with fixed features that have not been used before.

Shap analysis for surrogates, fully Bayesian model, EBDO priors and more besides bugfixes

12 Jul 12:57
f0856d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Easier interface with `Strategy.make`

02 Jun 14:16
5e3a19e

Choose a tag to compare

This release contains a major interface simplification. A strategy can now be instantiated via

from bofire.strategies.api import SoboStrategy
sobo = SoboStrategy.make(domain=domain)

Of course, the old way still works to keep the separation between data models and functionality possible:

import bofire.strategies.api as strategies
from bofire.data_models.strategies.api import SoboStrategy as DataModel
data_model = DataModel(domain=domain)
sobo = strategies.map(data_model)

Further note that we have now a GA based optimizer for acquisition functions, see this tutorial.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

Refactoring of ACQF Optimization and many small fixes

09 Apr 12:47
2650503

Choose a tag to compare

What's Changed

Full Changelog: v0.0.18...v0.1.0

Maintenance Release

17 Feb 14:24
f278f6d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.17...v0.0.18

Maintenance Release for BoTorch 0.13.0

07 Feb 09:17
065ea9f

Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

Feature specific kernels, Multifidelity Strategy, more flexibility in Stepwise Strategy

16 Jan 08:27
7912431

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.15...v0.0.16

Maintenance Release: Different Behavior of Enum Serialization

13 Nov 16:00
4f31274

Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15