This library implements the TrueSkill™ ranking system (by Microsoft) in Go.
- Refactor the factor graph to remove the need for the distribution bag (collection)
- Support teams and team-based ranking
This implementation is based on TrueSkill™: A Bayesian Skill Rating System and borrows from the TrueSkill in F# test program by Ralf Herbrich. Computing Your Skill by Jeff Moser (and accompanying code) has also been very helpful.