Skip to content

Releases: ma921/SOBER

Simplified and extensible interface, additional BO techniques, inverse modelling

24 Jan 16:04
Compare
Choose a tag to compare

This release aims to facilitate getting started with SOBER by providing a central interface that easily allows using all the customization options with SOBER without unexpected bugs. The same interface allows for extension of SOBER with popular Bayesian Optimization techniques with minimal code. The following techniques have been added using this interface:

  • Expectation Propagation
  • BOLFI
  • inverse modelling

v1.1

29 Jan 13:55
dacc6fa
Compare
Choose a tag to compare

Additions:

  • Set up packaging infrastructure to produce install files.

Changes:

  • Made device and dtype settings changeable during program execution.

Fixes:

  • Fixed some minor issues that prevented non-PyTorch target functions from working.