Use and Index struct instead of str and String for player id

This commit is contained in:
2022-06-27 10:16:12 +02:00
parent d52895f804
commit cd1079a811
4 changed files with 514 additions and 455 deletions

View File

@@ -12,7 +12,7 @@ Rust port of [TrueSkillThroughTime.py](https://github.com/glandfried/TrueSkillTh
## Todo
- [x] Implement approx for Gaussian
- [ ] Add more tests from `TrueSkillThroughTime.jl`
- [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)