gioco
gioco copied to clipboard
Apply TrueSkill algorithm
TrueSkill is a Bayesian ranking algorithm developed by Microsoft Research and used in the Xbox matchmaking system. TrueSkill maintains a belief on the skill of each player; every time a player plays a game, the system accordingly changes the perceived skill of the player and acquires more confidence about this perception.
It certainly is the best ranking algorithm nowadays, mostly because it cares about time factor. Would be awesome had this implemented inside Gioco Ranking Class.
Some interesting links about it: TrueSkill TrueSkillDetails
I decide to move on developing it as another gem and using it inside Gioco, as soon as I release it I'll post it here
I started this new project Sigma