Skip to content

Releases: eullerpereira94/openskill.go

v0.5.0

18 Jun 23:19
814db3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

Predictions

19 Feb 02:18
Compare
Choose a tag to compare

Implemented predictions for wins and predictions for draws.

Thurstone-Mosteller

18 Feb 13:04
Compare
Choose a tag to compare

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

17 Feb 23:32
Compare
Choose a tag to compare

Now capable of rating using the Bradley-Terry model with both partial and full pairing

Barely functional

08 Feb 22:12
Compare
Choose a tag to compare

This is the first release. It is able to rank players using the Placket-Luce model.