3 releases

0.1.2 Nov 1, 2023
0.1.1 Nov 1, 2023
0.1.0 Nov 1, 2023

#1167 in Algorithms

MIT license

6KB
70 lines

Rustonomicon-Optima

Numerical methods to solve optimization problem in Rust.

Crates

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

~5MB
~99K SLoC