Crates.io | benchmark_functions |
lib.rs | benchmark_functions |
version | 0.1.5 |
source | src |
created_at | 2020-07-30 15:17:02.970381 |
updated_at | 2020-08-01 15:54:25.668147 |
description | Benchmarking functions to use for optimization algorithms |
homepage | https://github.com/cmccomb/benchmark_functions |
repository | https://github.com/cmccomb/benchmark_functions |
max_upload_size | |
id | 271304 |
size | 16,534 |
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.