MAHF BMF
A collection of common continuous benchmark functions for MAHF.
All functions are scaled to a domain of [-1, 1] for each dimension.
Getting Started
Add the following to your Cargo.toml:
[]
= { = "https://github.com/mahf-opt/mahf" }
= { = "https://github.com/mahf-opt/mahf-bmf" }
Constructing a problem instance and evaluating a solution:
use ObjectiveFunction;
use BenchmarkFunction;
let problem = sphere;
let x = vec!;
println!;
References
The benchmark functions were taken from the following sources:
- [1] BenchmarkFcns Toolbox
- [2] Virtual Library of Simulation Experiments
- [3] Momin Jamil and Xin-She Yang. 2013. A Literature Survey of Benchmark Functions For Global Optimization Problems. IJMMNO 4, 2 (2013), 150. DOI:https://doi.org/10/gh48qq
License
This project is licensed under the GNU General Public License v3.0.