Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAHF COCO

Crates.io docs.rs GitHub Workflow Status (with event) GitHub

MAHF bindings for the COCO benchmarking framework.

Getting Started

Add the following to your Cargo.toml:

[dependencies]
mahf = "0.1.0"
mahf_coco = "0.1.0"

Constructing the bbob suite and iterating through the problem instances:

use mahf_coco::{Suite, SuiteName};

let mut suite = Suite::new(SuiteName::Bbob);

for problem in suite {
    /* ... */
}

License

This project is licensed under the GNU General Public License v3.0.

About

MAHF problem definition for COCO

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages