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::*