# 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 - [x] Implement approx for Gaussian - [x] Add more tests from `TrueSkillThroughTime.jl` - [ ] Time needs to be an enum so we can have multiple states (see `batch::compute_elapsed()`) - [ ] Add examples (use same TrueSkillThroughTime.(py|jl)) - [ ] Add Observer (see [argmin](https://docs.rs/argmin/latest/argmin/core/trait.Observe.html) for inspiration)