Skip to content

Rating system for online games in Heroes of Might and Magic IV.

User Avatar
#79
Auto-translated
IronAxe;113653
VBN! Just take a look at the formula, maybe someone can help :) There should be some logic there, so it should be clear what's being done.
Yesterday, I was trying to understand the formula, and here's what I came up with: In principle, the exponent is correct. And I have a question. Pparty = (1/N) E Post_game So, does that mean I should just write 1/N in the formula? Rnew = 2/3 * Rold + Rgame * (1 + Rparty/6000) So, would it look like this: Rnew = 2/3 * Rold + (1000*(N-i)/(N-1) + 2*((N-i)/(N-1))^3) * (1 + (1/N)/6000)? P.S. I'm just clarifying.
:D