docs.rs failed to build egobox-0.31.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
egobox-0.29.1
EGObox - Efficient Global Optimization toolbox
egobox
package is the Python binding of the optimizer named Egor
and the surrogate model Gpx
, mixture of Gaussian processes, from the EGObox libraries written in Rust.
Installation
Egor optimizer
# Objective function
return *
# Minimize f_opt in [0, 25]
=
# Optimization f=[-15.12510323] at [18.93525454]
Gpx surrogate model
# Training
=
=
=
# Prediction
=
=
# Plot
See the tutorial notebooks and examples folder for more information on the usage of the optimizer and mixture of Gaussian processes surrogate model.