Skip to content

CallOn84/whr_chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whole History Rating for Chess

Description

This is an adaptation of wind23's whole_history_rating repository for chess.

The original implementation is based on the Ruby code of GoShrine.

Installation

To install it from source code:

git clone https://github.com/CallOn84/whr_chess.git
pip install .

To build this package from the source code, you will need a recent version of Python 3 installed, along with setuptools>=42 and pybind11>=2.10.0. Furthermore, depending on your operating system, you may also require the installation of the appropriate C++ build environment. If you are uncertain about the required dependencies, you can begin by attempting pip install and follow the instructions provided by your system to install the necessary components.

References

Rémi Coulom. Whole-history rating: A Bayesian rating system for players of time-varying strength. In International Conference on Computers and Games. 2008.

About

An adaptation of wind23's whole_history_rating for chess

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.5%
  • Python 13.5%