Port from julia version instead

This commit is contained in:
2022-06-18 22:27:38 +02:00
parent 36c3366990
commit dc10504b80
13 changed files with 1141 additions and 1213 deletions

View File

@@ -11,6 +11,6 @@ Rust port of [TrueSkillThroughTime.py](https://github.com/glandfried/TrueSkillTh
## Todo
- [ ] Add examples (use same TrueSkillThroughTime.py)
- [x] Change `time` to always be f64
- [ ] 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](https://docs.rs/argmin/latest/argmin/core/trait.Observe.html) for inspiration)