3 releases
0.1.2 | Nov 1, 2023 |
---|---|
0.1.1 | Nov 1, 2023 |
0.1.0 | Nov 1, 2023 |
#641 in Testing
34 downloads per month
6KB
70 lines
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::*
lib.rs
:
rustonomicon-optima
is a collection of numerical methods to find minima/maxima of a function.
Dependencies
~6.5MB
~128K SLoC