openskill 0.0.1

Rust implementation of OpenSkill (license free TrueSkill)
Documentation
1
2
3
4
5
6
7
8
pub mod bradley_terry_full;
pub mod bradley_terry_part;
pub mod kind;
pub mod model;
pub mod plackett_luce;
mod test_util;
pub mod thurstone_mosteller_full;
pub mod thurstone_mosteller_part;