1 unstable release
0.1.3 | Dec 22, 2023 |
---|
#9 in #numerical-optimization
9KB
145 lines
optimax
Numerical methods to solve optimization problems 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]
optimax = "0.1.2"
Then, in the main file, add
use optimax::*
lib.rs
:
optimax
is a collection of numerical methods to find minima/maxima of a function.
Dependencies
~67MB
~883K SLoC