Skip to content

Player rating for tournaments across all installments of Heroes.

User Avatar
#790
Auto-translated
Basically, here's what I've done!

I used the following formula for positioning: X(i) = K * X(i-1), where X is the rating, i is the position, and K is the non-linearity coefficient K = 0.98 - 2.8/n, where n is the number of participants. I plan to reduce the constant 3.5 to make the parameter change more gradual.
The formula for the result is: Y = Rb/Rp * 100, where Y is the rating, Rb is the best result, and Rp is the result of the current participant.
Overall rating: P = (X * 3 + Y * 7) / 10