google-code-export / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

calculate Elo ratings for Human users #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if a elo rating could be calculated for the player. And
maybe ratings could be given as well to the different chess engines.

Original issue reported on code.google.com by wouterst...@gmail.com on 1 Nov 2006 at 11:13

GoogleCodeExporter commented 9 years ago
Thanks for your reply,

This will be implemented someday, but is until now not in the plans for 0.6

Original comment by thijsver...@gmail.com on 2 Nov 2006 at 9:14

GoogleCodeExporter commented 9 years ago
I Guess this will be implemented as a part of ICS. You can't calculate a rating 
based
only on games played against a few chessengines.

Original comment by lobais on 2 Nov 2006 at 11:55

GoogleCodeExporter commented 9 years ago
Chessmaster does actually do that based on play against the chess engine, and 
it is
very nice to track your progress when learning chess. Also it is easy to choose 
an AI
opponent who is about the same rating or if you want a challenge to choose one 
with a
higher rating.

Original comment by wouterst...@gmail.com on 2 Nov 2006 at 5:25

GoogleCodeExporter commented 9 years ago
Hm, but then we need a list of engine ratings.
The 0.8 xml handling of engine can easily support adding this info, but what do 
we do
for engnines we don't know the rating of?

We can add a dialog to the "Game" menu together with game properties.

Original comment by lobais on 12 Jun 2007 at 11:38

GoogleCodeExporter commented 9 years ago
There are many lists with engine ratings around which you could use:
http://en.wikipedia.org/wiki/Chess_engine_rating_lists

Original comment by wouterst...@gmail.com on 30 Dec 2007 at 10:35

GoogleCodeExporter commented 9 years ago
Ok. It is still a little tricky due to different hardware, but it would indeed 
be
possible.

This could be added as a part of 
http://code.google.com/p/pychess/issues/detail?id=279

Original comment by lobais on 31 Dec 2007 at 1:01

GoogleCodeExporter commented 9 years ago
http://chess-db.com/public/research/qualityofplay.html has some info on ELO 
calculation and estimating "quality of play".

Original comment by mattgatto on 16 May 2014 at 11:38