-
fixed
-
https://github.com/online-go/goratings/blob/50b5443b73daae64306e256205eabee8f4815c65/goratings/math/glicko2.py#L136
Should be `fC * fB
-
As far as I understand it, Glicko paper requires to increase RD at the beginning of every rating period in Step 1 before changing it again in Step 2, regardless of whether the player played games in p…
-
Hi!
Thanks for this! Haven't fully tested it yet, but seems to be working pretty well.
I was wondering if you considered adding a function that calculates the estimated outcome of a match base…
-
```rust
use skillratings::weng_lin::{self, WengLinConfig, WengLinRating};
fn main() {
let config = WengLinConfig::default();
let player = WengLinRating {
rating: 25.0 + config…
-
**Describe the bug**
I often play 1-minute bullet/speed chess. When the game ends, I often notice a difference btwn the points that either I or another person is rewarded or penalized. Why would I be…
-
**Describe the bug**
Hi, I just played a rated rapid game on lichess (like I do every night) and for some reason no points were awarded. I triple checked it was a rated (not casual) game before askin…
-
Hi Dav
I test Elo calculator program , it work well but one thing has forgotten
imagine a person that does not have until Elo rating , the 10 first games has high factor rating
for example ,…
ghost updated
2 years ago
-
Been poking around about how to inject ratings in totsugeki.
http://ratingupdate.info/api/player_rating/2ED5D216E0E9414/ZA
returns
```
{"value":5.110550664616985,"deviation":0.2068578102309275…
-
The goal of this sample is to provide the steps and considerations when using Open Match with matchmaking rating(mmr) to construct a matchmaker. Most games rely on mmr to pair players together for a f…