Implement the glicko2 rating system
The implementation is based on the description from http://www.glicko.net/glicko/glicko2.pdf.
skat/glicko2.py
0 → 100644
Please register or sign in to comment
The implementation is based on the description from http://www.glicko.net/glicko/glicko2.pdf.