Commit 4136df6
committed
Glicko-2 converges within 1000 iterations or something is wrong
As described in http://glicko.net/glicko/glicko2.pdf with 15 games per period:
The main iteration of the Illinois algorithm to narrow the bracket around ln(σ02)
is reasonably quick. From simulation analyses, the median number of iterations
to narrow the bracket to a width of less than ε = 0.000001 was 5, with a mean of
5.6, and a maximum of 19 (in 10000 simulations).1 parent 34d775c commit 4136df6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments