TrueSkill: Difference between revisions

From C# Gamedev Wiki
No edit summary
No edit summary
 
Line 3: Line 3:
==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