Skip to content

artasparks/gorating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rating Systems in Golang/Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages