Crate coco_rs

Source
Expand description

Rust bindings for the Numerical Black-Box Optimization Benchmarking Framework.

Re-exports§

pub use suite::Suite;
pub use problem::Problem;
pub use observer::Observer;

Modules§

observer
COCO observer.
problem
COCO problem instance.
suite
COCO benchmark suite.

Structs§

RandomState
COCO specific random number generator.

Enums§

LogLevel
COCO’s log levels.

Functions§

version
COCO’s version.