Skip to content

v0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 15:09
· 10 commits to master since this release

BOSS v0.3.3

Diff since v0.3.2

New Features:

  • Add new "toy" acquisition maximizers GivenPointAM and GivenSequenceAM.
  • Move the TuringBI model fitter into an extension TuringExt with a weak dependency on Turing.jl. (Turing.jl is no longer a strong dependency of BOSS.jl.)
  • Add a new exported utility function calc_inverse_gamma.

Bugfixes:

  • Small negative predictive variances returned by the GP model are now clipped to zero fixing some rare DomainError issues.

Other:

  • Update dependencies.
  • Code maintenance.

Merged pull requests:

Closed issues:

  • Reimplement constructors using @kwdef (#51)
  • Use inverse Gamma priors in the example (#53)
  • Move TuringBI to an extension (#57)
  • Get rid of unnecessary BOSS.SomeType specifications (#58)