bbt

Crates.iobbt
lib.rsbbt
version0.2.0
sourcesrc
created_at2016-09-18 12:35:46.989046
updated_at2018-08-26 16:49:24.689518
descriptionA skill-rating system similar to Elo, Glicko or TrueSkill
homepage
repositoryhttps://github.com/DataWraith/bbt
max_upload_size
id6537
size22,142
Johannes HolzfuƟ (DataWraith)

documentation

https://docs.rs/bbt/

README

Build Status

Status: In maintenance mode. I will address Issues and Pull requests, but have no plans to add new features.

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.

Instructions

Add BBT to your Cargo.toml:

[dependencies]
bbt = "0.2.0"

If you want to serialize Ratings with Serde, you will need to add the following to your Cargo.toml instead:

[dependencies.bbt]
version = "0.2.0"
features = ["serde"]

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

Contributors

Thank you for your contributions!

  • @rakenodiax contributed the optional Serde serialization support
Commit count: 42

cargo fmt