mafredri / go-trueskill

An implementation of the TrueSkill™ ranking system (by Microsoft) in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trueskill

Build Status GoDoc

This library implements the TrueSkill™ ranking system (by Microsoft) in Go.

TODO

  • Refactor the factor graph to remove the need for the distribution bag (collection)
  • Support teams and team-based ranking

Acknowledgements

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.

About

An implementation of the TrueSkill™ ranking system (by Microsoft) in Go


Languages

Language:Go 100.0%