What's Changed
This release adds the following features:
- Handling of errors of objective function as part of the hidden constraint handling
Gpxis 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
SurrogateBuilderand mixed integer moe fromegotomoeby @relf in #382 - Rework regression and correlation models method names by @relf in #383
- Refactor
egomodule 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
GpMixaccepts nowxspecsto createGpxfrom mixed-integer variables by @relf in #388
Full Changelog: 0.36.0...0.36.1