TrueSkill: Difference between revisions

From C# Gamedev Wiki
(Created page with "TrueSkill is a rating system originally developed by Microsoft Research used to determine the approximate skill rating of players in a multiplayer game. ==External Links== *[https://trueskill.org/ Homepage] *[https://github.com/sublee/trueskill github] *[https://www.moserware.com/assets/computing-your-skill/The%20Math%20Behind%20TrueSkill.pdf Paper] Category:Rating")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[TrueSkill]] is a [[rating]] system originally developed by Microsoft Research used to determine the approximate skill rating of players in a [[multiplayer]] game.
[[TrueSkill]] is a [[rating]] system originally developed by Microsoft Research that models each player's skill as a normal distribution with a mean and a variance.


==External Links==
==External Links==
*[https://trueskill.org/ Homepage]
*[https://trueskill.org/ Homepage]
*[https://github.com/sublee/trueskill github]
*[https://github.com/sublee/trueskill Github]
*[https://www.moserware.com/assets/computing-your-skill/The%20Math%20Behind%20TrueSkill.pdf Paper]
*[https://www.moserware.com/assets/computing-your-skill/The%20Math%20Behind%20TrueSkill.pdf Paper]


[[Category:Rating]]
[[Category:Rating]]

Latest revision as of 11:59, 29 June 2024

TrueSkill is a rating system originally developed by Microsoft Research that models each player's skill as a normal distribution with a mean and a variance.

External Links