Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pietrozanotta/optimax

Numerical methods to solve optimization problems in Rust
https://github.com/pietrozanotta/optimax

optimization rust

Last synced: 9 days ago
JSON representation

Numerical methods to solve optimization problems in Rust

Awesome Lists containing this project

README

        

# optimax

Numerical methods to solve optimization problems in Rust.

- [Crates](https://crates.io/crates/rustonomicon_optimax/0.1.2)
- [Documentation](https://docs.rs/rustonomicon_optimax/0.1.2/rustonomicon_optimax/)

## 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::*
```