Skip to content

0.6.0

Compare
Choose a tag to compare
@relf relf released this 15 Nov 07:45
· 222 commits to master since this release
  • gp: Kriging derivatives predictions are implemented (#44, #45), derivatives for Gp with linear regression are implemented (#47)
    • predict_derivatives: prediction of the output derivatives y wtr the input x
    • predict_variance_derivatives: prediction of the derivatives of the output variance wrt the input x
  • moe: as above derivatives for smooth and hard predictions are implemented (#46)
  • ego: when available derivatives are used to optimize the infill criterion with slsqp (#44)
  • egobox Python binding: add GpMix/Gpx in Python egobox module, the Python binding of egobox-moe::Moe (#31)