Skip to content

0.36.1

Latest

Choose a tag to compare

@relf relf released this 18 Feb 17:45
· 2 commits to master since this release
f6e58b4

What's Changed

This release adds the following features:

  • Handling of errors of objective function as part of the hidden constraint handling
  • Gpx is now able to handle mixed integer variables

While the Python API remains backward compatible, Rust ego and gp contain some breaking changes see details below:

  • Refactoring: move SurrogateBuilder and mixed integer moe from ego to moe by @relf in #382
  • Rework regression and correlation models method names by @relf in #383
  • Refactor ego module internals by @relf in #384
  • Refactor ego strategies by @relf in #385
  • Refactor internal variable activity handling by @relf in #386
  • Handle objective function crash by @relf in #387
  • GpMix accepts now xspecs to create Gpx from mixed-integer variables by @relf in #388

Full Changelog: 0.36.0...0.36.1