Skip to content

bruce-ricard/o-glicko2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glicko2

Ocaml Glicko2 implementation

This library implements the Glicko2 algorithm (http://www.glicko.net/glicko/glicko2.pdf), which provides a rating system for 2 player games.

This library is composed of a pre-instanciated module you can use out of the box, and a functor which allows you to configure certain variables of the algorithm.

Installing

With opam (recommended)

opam pin add https://github.com/bruce-ricard/o-glicko2

From the source

git clone https://github.com/bruce-ricard/o-glicko2.git
cd o-glicko2
make
make install

Starting out

For first time users, or if all you need is a library which helps you rate games, one game at a time, look into the single game module.

If you need to take advantage of the rating periods, you will need to look into the low level module.

If you need to configure the low level variables of the Glicko2 algorith, you might want to use provided functor.

About

Ocaml Glicko2 implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 99.7%
  • Makefile 0.3%