Coco

Crates.io docs.rs

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

See https://github.com/numbbo/coco and https://numbbo.github.io/coco/.

Building and packaging

Requirements

coco-sys

sh $ python do.py build-rust $ cd code-experiments/build/rust/coco-sys $ cargo build $ # and when publishing $ cargo package --allow-dirty $ cargo publish --allow-dirty

coco-rs

sh $ cd code-experiments/build/rust $ cargo build $ # and when publishing $ cargo package $ cargo publish

Licensing

This code is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.