-
So I see that there is a method for calculating drawing chances, but what about winning chances between two ratings?
Also, I don’t quite understand how to set the draw percentages. Is it supposed …
-
Issue #136 seems to be back. Perhaps from the glicko-2 changes? If you check a game where Ten speaks in chat, it shows as 8d again instead of 1p.
-
After changing the glicko calculation to use Victory Points instead of total score, it produces errors for the first 2 hours of the match due to 0,0,0 victory points.
-
This was fixed in main chat room by adding the professional flag to the user object I believe that is sent for chat messages. However it doesn't work in game chat. Does the same flag need added to gam…
-
Hello.
Multiplayer games could become even more interesting if a Ranking system was implemented.
Concept:
- Players who want their game to be part of the ranking would just have to enable a che…
-
First of all, the code sample is incorrect. the generate_next method does not take a parameter. Including the parameter as shown in your documentation results in an exception.
But to the heart of…
-
Why are we using glicko-1 still?
also, didn't @Zarel write a php glicko 2 lib a while back?
-
I'm developing a chess server; however, my `player.rating` object has attributes `(r, rd, vol)` rather than `(rating, rd, vol)`. It would reduce potential ambiguity if this library followed Glickman'…
-
Since we started storing game histories now it's relatively easy to implement an ELO rating system. We need to decide on the following items:
- What rating categories we want to have? E.g., limited v.…
-
Hi,
now, when people say that voting-based rating schema does not work - let's discuss how can we fix it.
Should we use ELO-like system? Something else?