Glicko system

from Wikipedia, the free encyclopedia

The Glicko system is a rating system developed by Mark Glickman that , like the Elo system, allows the skill level of chess players , for example , to be measured. The special feature of the system lies in the introduction of further variables, such as the rating deviation (deviation) in the classic Glicko system and, in addition, the rating volatility (fluctuation) in the Glicko 2 system. Both systems are license-free and therefore particularly popular for online games. The Lichess chess server, for example, uses the Glicko-2 system to evaluate the players in different chess variants and time categories.

Differences to the Elo system

As an extension to the Elo system, Glickman introduces the variable RD ( ratings deviation ). This estimates how exactly the current rating corresponds to the actual (but unknown) skill level. With a probability of 67% the actual playing strength is in the range of ± RD of the rating number, with 95% in the range of ± 2 RD. If a player has a rating of 1500 and an RD of 50, his actual playing strength should be in the range from 1400 to 1600 with a probability of 95%. As a player plays, their RD will decrease as their rating becomes more accurate with each game. If he does not play, it increases slowly over time. In addition, a high RD causes its rating number to change at larger intervals.

The introduction of the RD also ensures that the rating of an active player playing against a new or inactive player changes only slightly. This is useful because the strength of the new or inactive player is not known precisely enough and the result does not say much about the strength of the active player.

calculation

Classic Glicko system

If the player does not have a rating, the skill level is usually set to 1500 and the rating deviation to 350.

The aim is to update a player's values and replace them with the values . It is assumed that he is playing against opponents and thereby achieves the results , whereby the result of the game j (loss, draw or win) stands.

Step 1: Determination of a preliminary RD

The provisional RD value ( ) is calculated based on the old RD value ( ) as follows:

Here is the time (in evaluation periods) since the last competition and 350 is the standard value for an unrated player. Should there be several games in one period, they will be treated as if they were played at the same time. The scoring period can be very long (several months) or very short (a few minutes), depending on how often games are played. The constant depends on the uncertainty about the strength of a player after a certain time. It can be derived from a detailed analysis of the available data. Alternatively, it can be estimated based on the time it would take for a player's RD to be the same as that of an unrated player: Suppose it takes 100 scoring periods for a player's RD to reach that of an unrated player (350) and a typical player has an RD of 50, then the constant can be found by solving the equation

after being found:

Step 2: Determine the new values ​​for skill level and deviation

With

.

The factor also occurs in the formulas of the classic Glicko system, the Elo system and the German rating number . It leads to a comparable scaling of the systems.

The purpose of the calculation in step 1 was to adapt (increase) the RD to the increased uncertainty about the skill level of a player after a period of non-application of the model. Now the new RD is readjusted (and typically reduced) taking into account the current games:

The new rating after a number of games results from the following equation:

Here are

the expected value for a win in the game j .
is a constant weighting factor which depends only on the RD of the opponent in game j and influences the variance of the distribution, which is.

Glicko-2 system

In addition to the RD, the Glicko-2 system also introduces a rating volatility . The more consistently the player plays, the lower this is.

In order to keep the rating numbers of Glicko-2 comparable to those of Glicko, a transformation of the Glicko rating number and the rating deviation can be carried out at the beginning and at the end .

The Glicko-2 system determines three values ​​for each player:

  • rating (rating)
  • rating deviation (deviation)
  • rating volatility (fluctuation)

Step 1

If a player does not have a Glicko rating, he receives the starting values and . In addition, the fluctuation is set for the Glicko-2 rating .

In general, one must be specified. Useful values ​​are between 0.3 and 1.2.

step 2

The following functions are used to convert from the classic Glicko system to the Glicko 2 system . The factor leads to a scaling that corresponds to the existing systems and covers a range of values ​​that is more practical and more familiar for people. This is in the three to four-digit range and is sufficiently meaningful when rounded to whole numbers.

This avoids many parameters that appear arbitrary in the calculations.

The aim is now to update a player's values and replace them with the values . It is assumed that he is playing against opponents and thereby achieves the results , whereby the result of the game j (loss, draw or win) stands.

The fluctuation of the opponents is not required to determine the new values.

step 3

Here are

the probability of winning in the form of a logistic distribution (expected value) and
a weighting factor that affects the variance of the distribution that is.

Step 4

Step 5

For should apply:

with results

To determine the new one , the zero point of the following function must now be determined numerically.

The Illinois method is used for this. For this purpose, two starting values and are determined at the beginning , as well as a convergence radius .

If is, it is assumed, otherwise a must be found such that is.

With is now .

An updated value for the fluctuation now applies to the player .

Step 6

A provisional deviation can now be determined.

Step 7

Now can be and determine:

If the player has not played during the evaluation period, his values ​​for and do not change. Otherwise its worth for . This then corresponds to the calculated one

Step 8

Finally, the Glicko-2 values ​​can be converted into the known Glicko values.

Web links

Individual evidence

  1. http://www.glicko.net/glicko.html