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
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==

Revision as of 10:34, 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