benchmark_functions

Crates.iobenchmark_functions
lib.rsbenchmark_functions
version0.1.5
sourcesrc
created_at2020-07-30 15:17:02.970381
updated_at2020-08-01 15:54:25.668147
descriptionBenchmarking functions to use for optimization algorithms
homepagehttps://github.com/cmccomb/benchmark_functions
repositoryhttps://github.com/cmccomb/benchmark_functions
max_upload_size
id271304
size16,534
Chris McComb (cmccomb)

documentation

http://docs.rs/benchmark_functions

README

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.

Commit count: 33

cargo fmt