Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.27 KB

GoRating

A rating system implemented in the language Go. The goal explicit is to provide libraries for ratings generally for the Go language, but the implicity goal is to use these ratings systems for the game Go (aka Baduk or Weiqi).

Implementations

  • Glicko was copied from previous work that I had don (github.com/Kashomon/goglicko)
  • USCF is the USCF ELO implementation. See Mark Glickman's writeup

Resources

The best resources are undoubtedly the Kaggle competitions on the subject:

Another interesting approach: determining ratings based on one game! An interesting idea. Maybe only possible for games like chess where the comupters are far better than humans.