Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.

Game Courier Ratings for Cetran Chess 2

This file reads data on finished games and calculates Game Courier Ratings (GCR's) for each player. These will be most meaningful for single Chess variants, though they may be calculated across variants. This page is presently in development, and the method used is experimental. I may change the method in due time. How the method works is described below.

Game Filter: Log Filter: Group Filter:
Tournament Filter: Age Filter: Status Filter:
SELECT * FROM FinishedGames WHERE Rated='on' AND Game = 'Cetran Chess 2'
Game Courier Ratings for Cetran Chess 2
Accuracy:73.92%66.33%81.52%
NameUseridGCRPercent wonGCR1GCR2
Carlos Cetinasissa1769110.0/134 = 82.09%17881751
Cameron Milesshatteredglass15623.0/4 = 75.00%15611564
Jenard Cabilaomgawalangmagawa15523.0/5 = 60.00%15541550
Play Testerplaytester15452.0/2 = 100.00%15431546
xxmanxxman15271.0/1 = 100.00%15301525
Colin Weaveruselessgit15271.0/1 = 100.00%15301523
Jochen Muellerleopold_stotch15165.0/16 = 31.25%14961536
Jeremy Thompsonjezzat15091.0/3 = 33.33%15071512
championchampion14910.0/1 = 0.00%14931489
Chuck Leegyw6t14910.0/1 = 0.00%14931488
Nicholas Archerchess_hunter14910.0/1 = 0.00%14941488
danielmacduffdanielmacduff14900.0/1 = 0.00%14941487
Daniil Frolovflowermann14900.0/1 = 0.00%14931488
Alan Galetornadic14900.0/1 = 0.00%14931487
vitaliy ravitztalsterch14900.0/1 = 0.00%14931487
Jeremy Hook10011014900.0/1 = 0.00%14941486
John Davischappy14900.0/1 = 0.00%14941485
Alisher Bolsaniraja8514890.0/1 = 0.00%14931486
Máté Csarmaszcsarmi14890.0/1 = 0.00%14931485
Kevin Paceypanther14896.0/22 = 27.27%14491529
Dmitry Strelyabba8314890.0/1 = 0.00%14931484
Митя Митяbahram14890.0/1 = 0.00%14941484
mrxx2016mrxx201614880.0/1 = 0.00%14941483
Charles Danielfrozen_methane14880.0/1 = 0.00%14941482
Jeremy Goodjudgmentality14880.0/1 = 0.00%14941481
wdtr2wdtr214840.0/2 = 0.00%14831485
Jose Carrilloj_carrillo_vii14840.0/2 = 0.00%14821486
Aurelian Floreacatugo14840.0/2 = 0.00%14851484
yellowturtleyellowturtle14840.0/2 = 0.00%14811487
Diogen Abramelindanko14840.0/2 = 0.00%14861482
Joe Joycejoejoyce14840.0/2 = 0.00%14871481
Vitya Makovmakov33314835.0/20 = 25.00%14671500
Francis Fahystamandua14770.0/3 = 0.00%14731480
per hommerbergper3114720.0/2 = 0.00%14701474
Nicholas Wolffmaeko14712.0/8 = 25.00%14701472
Daniel Zachariasarx14660.0/5 = 0.00%14701462
Sagi Gabaysagig7214650.0/5 = 0.00%14661464
Richard milnersesquipedalian14601.0/10 = 10.00%14581462
Oisín D.sxg14430.0/11 = 0.00%14321454

Meaning

The ratings are estimates of relative playing strength. Given the ratings of two players, the difference between their ratings is used to estimate the percentage of games each may win against the other. A difference of zero estimates that each player should win half the games. A difference of 400 or more estimates that the higher rated player should win every game. Between these, the higher rated player is expected to win a percentage of games calculated by the formula (difference/8)+50. A rating means nothing on its own. It is meaningful only in comparison to another player whose rating is derived from the same set of data through the same set of calculations. So your rating here cannot be compared to someone's Elo rating.

Accuracy

Ratings are calculated through a self-correcting trial-and-error process that compares actual outcomes with expected outcomes, gradually changing the ratings to better reflect actual outcomes. With enough data, this process can approach accuracy to a high degree, but error remains an essential element of any trial-and-error process, and without enough data, its results will remain error-ridden. Unfortunately, Chess variants are not played enough to give it a large data set to work with. The data sets here are usually small, and that means the ratings will not be fully accurate.

One measure taken to eke out the most data from the small data sets that are available is to calculate ratings in a holistic manner that incorporates all results into the evaluation of each result. The first step of this is to go through pairs of players in a manner that doesn't concentrate all the games of one player in one stage of the process. This involves ordering the players in a zig-zagging manner that evenly distributes each player throughout the process of evaluating ratings. The second step is to reverse the order that pairs of players are evaluated in, recalculate all the ratings, and average the two sets of ratings. This allows the outcome of every game to affect the rating calculations for every pair of players. One consequence of this is that your rating is not a static figure. Games played by other people may influence your rating even if you have stopped playing. The upside to this is that ratings of inactive players should get more accurate as more games are played by other people.

Fairness

High ratings have to be earned by playing many games. They are not available through shortcuts. In a previous version of the rating system, I focused on accuracy more than fairness, which resulted in some players getting high ratings after playing only a few games. This new rating system curbs rating growth more, so that you have to win many games to get a high rating. One way it curbs rating growth is to base the amount it changes a rating on the number of games played between two players. The more games they play together, the more it approaches the maximum amount a rating may be changed after comparing two players. This maximum amount is equal to the percentage of difference between expectations and actual results times 400. So the amount ratings may change in one go is limited to a range of 0 to 400. The amount of change is further limited by the number of games each player has already played. The more past games a player has played, the more his rating is considered stable, making it less subject to change.

Algorithm

  1. Each finished public game matching the wildcard or list of games is read, with wins and draws being recorded into a table of pairwise wins. A win counts as 1 for the winner, and a draw counts as .5 for each player.
  2. All players get an initial rating of 1500.
  3. All players are sorted in order of decreasing number of games. Ties are broken first by number of games won, then by number of opponents. This determines the order in which pairs of players will have their ratings recalculated.
  4. Initialize the count of all player's past games to zero.
  5. Based on the ordering of players, go through all pairs of players in a zig-zagging order that spreads out the pairing of each player with each of his opponents. For each pair that have played games together, recalculate their ratings as described below:
    1. Add up the number of games played. If none, skip to the next pair of players.
    2. Identify the players as p1 and p2, and subtract p2's rating from p1's.
    3. Based on this score, calculate the percent of games p1 is expected to win.
    4. Subtract this percentage from the percentage of games p1 actually won. // This is the difference between actual outcome and predicted outcome. It may range from -100 to +100.
    5. Multiply this difference by 400 to get the maximum amount of change allowed.
    6. Where n is the number of games played together, multiply the maximum amount of change by (n)/(n+10).
    7. For each player, where p is the number of his past games, multiply this product by (1-(p/(p+800))).
    8. Add this amount to the rating for p1, and subtract it from the rating for p2. // If it is negative, p1 will lose points, and p2 will gain points.
    9. Update the count of each player's past games by adding the games they played together.
  6. Reinitialize all player's past games to zero.
  7. Repeat the same procedure in the reverse zig-zagging order, creating a new set of ratings.
  8. Average both sets of ratings into one set.


Written by Fergus Duniho
WWW Page Created: 6 January 2006