CEC2014 Rust is a Rust implementation of the CEC 2014 benchmark functions for continuous optimization.
These benchmark functions are widely used in the research community to evaluate the performance of optimization algorithms.
- Implements all CEC 2014 benchmark functions for single- and multi-modal optimization.
- Written entirely in Rust, fully safe and fast.
- Easy to integrate into your own optimization or evolutionary algorithm projects.
- Rust 1.70+
cargofor building and running
Clone the repository:
git clone https://github.com/cgorican/cec2014-rust.git
cd cec2014-rust