Skip to content
/ bbt Public

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

License

Notifications You must be signed in to change notification settings

DataWraith/bbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status: I consider this project done. If you need something to change, please open an issue for discussion before submitting a pull request.

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"

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", 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages