rustonomicon_optima 0.1.1

Various algorithms for optimization
Documentation

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.0"

Then, in the main file, add

use rustonomicon_optima::*