3 releases
0.1.2 | Nov 1, 2023 |
---|---|
0.1.1 | Nov 1, 2023 |
0.1.0 | Nov 1, 2023 |
#8 in #gradient-descent
6KB
70 lines
rustonomicon-optima
is a collection of numerical methods to find minima/maxima of a function.
Rustonomicon-Optima
Numerical methods to solve optimization problem in Rust.
Installation
To start using the crate in a project, the following dependency must be added in the project's Cargo.toml file:
[dependencies]
rustonomicon_optima = "0.1.2"
Then, in the main file, add
use rustonomicon_optima::*
Dependencies
~6.5MB
~123K SLoC