soco

Crates.iosoco
lib.rssoco
version1.0.1
sourcesrc
created_at2021-08-26 23:30:54.889157
updated_at2022-03-06 10:36:22.148725
descriptionAlgorithms for Smoothed Online Convex Optimization
homepagehttps://jonhue.github.io/soco
repositoryhttps://github.com/jonhue/soco
max_upload_size
id442808
size443,994
Jonas Hübotter (jonhue)

documentation

README

Smoothed Online Convex Optimization

Development

Testing

Unit and integration test can be run with cargo test.

CI

We use the linter Clippy and the code formatter rustfmt which can be run using cargo clippy and cargo fmt, respectively.

Python bindings

Maturin can be used to build the Python bindings for this crate.

  1. create a virtualenv: python3 -m venv venv
  2. build new bindings: maturin develop

Now, the bindings are available as the soco package.

Commit count: 332

cargo fmt