Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 715 Bytes

File metadata and controls

30 lines (19 loc) · 715 Bytes

CEC2014 Rust

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.


Features

  • 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.

Getting Started

Requirements

  • Rust 1.70+
  • cargo for building and running

Installation

Clone the repository:

git clone https://github.com/cgorican/cec2014-rust.git
cd cec2014-rust