-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Breakdown Ratings: Use opponents overall rating when calculating breakdown ratings #9
Comments
I've played with this a bit. It certainly helps pull those values closer and intuitively seem more reasonable, though I am still unsure whether it crosses the threshold of being particularly useful, or if the result is left somewhere in the limbo between "pure but not particularly useful for a rank" and "we can use this rating to provide a meaningful rank". I'm a little wary of being stuck in between, since then no one would be happy, but I would sure love it if those ratings were useful in terms of providing a meaningful rank. |
That's a nice graph. Ok I'm sold, we'll give it a try this iteration. |
From the forum:
|
Yep, we're going with it :) I think the current plan is to do this proposal of using opponents overall rating for all bands, go with no windowing straight vanilla glicko2, change the rating to rank parameters to align with egf/aga ranks better as well as not have a giant 30k lump, and see how that goes for this iteration. |
Right now we use a separate rating pool when calculating each rating in the breakdown chart. This has the big disadvantage to make the ratings not comparable to each other. We can make the breakdown ratings comparable when we use the opponents overall rating when calculating them.
When updating the ratings of a player we use the player's category rating as base rating as we do at the moment. For the opponent's rating we always use her overall rating. The update algorithm stays the same for all breakdowns.
By using the opponents overall rating, we keep the breakdown ratings on the same scale as the overall rating.
For a player playing only one board size + speed combination, all 4 breakdown ratings will be the same, while they can be quite different at the moment.
The text was updated successfully, but these errors were encountered: