Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply TrueSkill algorithm #44

Open
joaomdmoura opened this issue Mar 13, 2013 · 2 comments
Open

Apply TrueSkill algorithm #44

joaomdmoura opened this issue Mar 13, 2013 · 2 comments

Comments

@joaomdmoura
Copy link
Owner

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

@ghost ghost assigned joaomdmoura Mar 13, 2013
@joaomdmoura
Copy link
Owner Author

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

@joaomdmoura
Copy link
Owner Author

I started this new project Sigma

@joaomdmoura joaomdmoura removed this from the v1.2.8 milestone Jul 13, 2016
@joaomdmoura joaomdmoura removed their assignment Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant