bbt 0.1.0

A skill-rating system similar to Elo, Glicko or TrueSkill
Documentation

Build Status

BBT

BBT is an implementation of a skill-rating system similar to Elo, Glicko or TrueSkill. It follows Algorithm 1 from the paper A Bayesian Approximation Method for Online Ranking.

Usage

Add BBT to your Cargo.toml:

[dependencies]
bbt = "0.1.0"

See the Documentation for information on how to use the crate.