Skip to content

Rust implementation of CEC 2014 optimization benchmark functions

Notifications You must be signed in to change notification settings

cgorican/cec2014-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rust implementation of CEC 2014 optimization benchmark functions

Topics

Resources

Stars

Watchers

Forks

Languages