Cargo Features

EGObox has no features set by default.

[dependencies]
egobox = { version = "0.23.0", features = ["nlopt", "serializable-gp", "persistent-moe", "blas"] }
nlopt

Enables nlopt of egobox-ego ^0.23.0 and egobox-gp ^0.23.0

serializable-gp

Enables serializable of egobox-gp ^0.23.0

persistent-moe

Enables egobox-moe ^0.23.0

blas

Enables blas of egobox-ego ^0.23.0, egobox-gp ^0.23.0, egobox-moe ^0.23.0, and ndarray ^0.15

ndarray:

Enable blas usage
See README for more instructions

EGObox has 4 features without comments.