Files
trueskill-tt/README.md

704 B

TrueSkill - Through Time

Rust port of TrueSkillThroughTime.py.

Other implementations

Todo

  • Change time from u64 to i64 so we can use i64::MIN in batch::compute_elapsed()
  • Add examples (use same TrueSkillThroughTime.(py|jl))
  • Add Observer (see argmin for inspiration)