oscoin / osrank-rs

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

Allow running the algorithm via CLI #79

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

In preparation for the Economics team sync, it would be useful for them to be able to run the algorithm in semi-automation, i.e. by feeding real-world data while being able to tweak different parameters like:

Ideally the output of this would be a .csv file containing the final osrank, so that it can be then post-processed and analysed.

adinapoli-mndc commented 5 years ago

Fixed by https://github.com/oscoin/osrank-rs/pull/80