#function #optimization #benchmark

yanked benchmark_functions

Benchmarking functions to use for optimization algorithms

0.1.5 Aug 1, 2020
0.1.4 Jul 30, 2020

#250 in #benchmark

Download history 74/week @ 2024-04-01

74 downloads per month

MIT/Apache

16KB
275 lines

benchmark_functions

This crate provides functionality for several functions that are commonly used to benchmark new optimization algorithms. More specifically, function is part of a struct that contains the objective function as well as other important information (bounds of the canonical problem, the known minimum value, and a function that returns the global minimizer.


lib.rs:

The benchmark_functions crate provides functionality for several functions that are commonly used to benchmark new optimization algorithms. More specifically, function is part of a struct that contains the objective function as well as other important information (bounds of the canonical problem, the known minimum value, and a function that returns the global minimizer.

No runtime deps