Releases: relf/egobox
Releases · relf/egobox
0.21.0
0.20.0
What's Changed
- Make
n_optmod
option available in Python by @relf in #161 - Add dependabot cargo ecosystem check by @relf in #163
- Save original parameters in trained
gp
models by @relf in #166 - Implement cross validation metric for surrogates by @relf in #167
- Better
Egor
solver state handling by @relf in #168 - Refactor
ego
module by @relf in #169
Full Changelog: 0.19.0...0.20.0
0.19.0
0.18.1
0.18.0
0.17.0
What's Changed
- [Breaking changes]
gp
API renaming by @relf in #145predict_values()
is renamedpredict()
predict_variances()
is renamedpredict_var()
predict_variance_derivatives()
is renamedpredict_var_derivatives()
Derivatives predictions (predict_derivatives()
andpredict_var_derivatives()
) are made available in Python.
- Refactor Mixture of Experts by @relf in #146
Factorize code between full GP and sparse GP implementations - Prepare release 0.17 by @relf in #147
Full Changelog: 0.16.0...0.17.0
0.16.0
What's Changed
- Add Gpx accessors by @relf in #140
Some surrogate traits where refactored:- Add
GpSurrogateExt
trait to manage derivatives and sampling - Add
GpParameterized
trait to manage optimized parameters MixtureGpSurrogate
is not aFullGpSurrogate
any more- Add experts retrieval from
GpMixture
- Add
- Fix LHS maximin bug by @relf in #141
Full Changelog: 0.15.3...0.16.0