[package] name = "mahf-bmf" version = "0.1.0" edition = "2021" authors = ["Jonathan Wurth "] description = "A collection of common continuous benchmark functions for MAHF." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/mahf-opt/mahf-bmf" keywords = ["heuristic", "metaheuristic", "optimization", "benchmark"] categories = ["science", "algorithms"] [dependencies] mahf = "0.1.0" better_any = "0.2.0" eyre = "0.6.8" serde = "1.0.163" proptest = "1.2.0"