17 lines
649 B
Markdown
17 lines
649 B
Markdown
# TrueSkill - Through Time
|
|
|
|
Rust port of [TrueSkillThroughTime.py](https://github.com/glandfried/TrueSkillThroughTime.py).
|
|
|
|
## Other implementations
|
|
|
|
- [ttt-scala](https://github.com/ankurdave/ttt-scala)
|
|
- [ChessAnalysis #F](https://github.com/lucasmaystre/ChessAnalysis)
|
|
- [TrueSkillThroughTime.jl](https://github.com/glandfried/TrueSkillThroughTime.jl)
|
|
- [TrueSkillThroughTime.R](https://github.com/glandfried/TrueSkillThroughTime.R)
|
|
|
|
## Todo
|
|
|
|
- [ ] Add examples (use same TrueSkillThroughTime.py)
|
|
- [x] Change `time` to always be f64
|
|
- [ ] Add Observer (see [argmin](https://docs.rs/argmin/latest/argmin/core/trait.Observe.html) for inspiration)
|