oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Allow osrank to be run via the CLI with configurable params #80

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

This PR allows osrank to be run from the CLI and override pretty much every possible parameter, making the osrank-rank executable very suitable for simulations.

The only thing we cannot override is the initial RNG seed, but I don't think we will need this any time soon, and it shouldn't matter too much for the simulations.