Releases: eullerpereira94/openskill.go
Releases · eullerpereira94/openskill.go
v0.5.0
What's Changed
- add predict rank by @watson-sam in #2
New Contributors
- @watson-sam made their first contribution in #2
Full Changelog: v0.4.0...v0.5.0
Predictions
Implemented predictions for wins and predictions for draws.
Thurstone-Mosteller
This version has the Thurstone-Mosteller model implemented with both partial and full pairing, however, it deviates from the results provided by the Javascript implementation after the sixth decimal place, I suspect it is due to how Gaussian distribution is implemented in Go
Bradley-Terry
Now capable of rating using the Bradley-Terry model with both partial and full pairing
Barely functional
This is the first release. It is able to rank players using the Placket-Luce model.