| Crates.io | soco |
| lib.rs | soco |
| version | 1.0.1 |
| created_at | 2021-08-26 23:30:54.889157+00 |
| updated_at | 2022-03-06 10:36:22.148725+00 |
| description | Algorithms for Smoothed Online Convex Optimization |
| homepage | https://jonhue.github.io/soco |
| repository | https://github.com/jonhue/soco |
| max_upload_size | |
| id | 442808 |
| size | 443,994 |
Unit and integration test can be run with cargo test.
We use the linter Clippy and the code formatter rustfmt which can be run using cargo clippy and cargo fmt, respectively.
Maturin can be used to build the Python bindings for this crate.
python3 -m venv venvmaturin developNow, the bindings are available as the soco package.