diff --git a/README.md b/README.md new file mode 100644 index 0000000..47827bb --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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][ABAMOR]. + +[ABAMOR]: http://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf \ No newline at end of file