glickorank

command module
v0.0.0-...-ba805e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 6 Imported by: 0

README

glickorank

A simple implementation of the Glicko-2 rating system.

Input is on stdin and output is on stdout.

Ratings are of the form:

   [timestamp] [game/class] [rating] [player] rd=[ratingdeviation] v=[volatility]

Match results are of the form:

   [timestamp] [game/class] [1-0/0-1/1-1] [player1] [player2]

Input consists of an optional section of pre-existing ratings, followed by a section of match results.

Output consists of ratings.

The game/class feature allows one to track several parallel games at once; for instance chess and go, or different game modes in a video game. At any rate, the ratings for the different game classes will be completely independent.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
lib
lines
lines contains utilities for dealing with small line-oriented text files.
lines contains utilities for dealing with small line-oriented text files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL