Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

34 lines (31 loc) · 1.06 KB

Changelog

All notable changes to Emukit will be documented in this file.

[0.4.7]

  • Added simple GP model for examples
  • Bayesian optimization with unknown constraints
  • Removed dependency on libomp
  • Max value entropy search acquisition function
  • Multi point expected improvement acquisition function
  • Moved model free designs to core
  • Profet implementation
  • Added citation info
  • QRBF for uniform and Gaussian measures
  • uncertainty sampling acquisition for bq
  • Bayesian Monte Carlo
  • Bugfixes
  • Doc fixes

[0.4.6]

  • Added support for inequality constraints
  • Fabolas as an example
  • Bugfixes

[0.4.5]

  • Confirmed support for Python 3.7
  • Removed dependency on GPyOpt
  • Implemented generic IntegratedHyperParameterAcquisition
  • Added notebooks validation automation
  • Random baseline for benchmarking
  • Implemented a range of discrete optimizers
  • Uniform measure and mutual information acquisition for BQ
  • Added sample_uniform method to parameter space and individual parameter types
  • Improved unit test coverage
  • Various fixes in code, comments and notebooks