1 unstable release

0.1.3 Dec 22, 2023

#5 in #numerical-optimization

MIT license

9KB
145 lines

optimax is a collection of numerical methods to find minima/maxima of a function.


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

Dependencies

~68MB
~895K SLoC