| Crates.io | optimax |
| lib.rs | optimax |
| version | 0.1.3 |
| created_at | 2023-12-22 17:16:06.719463+00 |
| updated_at | 2023-12-22 17:16:06.719463+00 |
| description | Various algorithms for optimization |
| homepage | |
| repository | https://github.com/ScipioneParmigiano/optima |
| max_upload_size | |
| id | 1078542 |
| size | 8,247 |
Numerical methods to solve optimization problems in Rust.
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::*