| Crates.io | rustonomicon_optima |
| lib.rs | rustonomicon_optima |
| version | 0.1.2 |
| created_at | 2023-11-01 22:07:17.248176+00 |
| updated_at | 2023-11-01 22:21:54.80638+00 |
| description | Various algorithms for optimization |
| homepage | |
| repository | https://github.com/ScipioneParmigiano/rustonomicon_optima |
| max_upload_size | |
| id | 1021827 |
| size | 5,976 |
Numerical methods to solve optimization problem in Rust.
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::*