glicko_2 1.1.0

Glicko2 is an iterative algorithm for ranking opponents or teams in 1v1 games.
Documentation
1
2
3
4
5
6
7
8
/*!
Container for Glicko2 algorithm and convenience methods
*/
pub mod algorithm;
pub mod constants;
pub mod game;
pub mod rating;
pub mod tuning;