optimax

Crates.iooptimax
lib.rsoptimax
version0.1.3
sourcesrc
created_at2023-12-22 17:16:06.719463
updated_at2023-12-22 17:16:06.719463
descriptionVarious algorithms for optimization
homepage
repositoryhttps://github.com/ScipioneParmigiano/optima
max_upload_size
id1078542
size8,247
pietro_zanotta (ScipioneParmigiano)

documentation

README

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::*
Commit count: 16

cargo fmt