Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Whole History Rating (improved ELO)

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
2/25/2017 2:45:28 PMCHrankAdminDeinFreund before revert after revert
2/25/2017 2:11:48 PMCHrankAdminDeinFreund before revert after revert
2/25/2017 2:11:32 PMCHrankAdminDeinFreund before revert after revert
2/25/2017 2:10:23 PMCHrankAdminDeinFreund before revert after revert
Before After
1 The number works the same as Elo. (So it's actually Elo, kinda) 1 The number works the same as Elo. (So it's actually Elo, kinda)
2 \n 2 \n
3 {{{Win chance = 1/(1 + 10^((rating2 - rating1)/400))}}} 3 {{{Win chance = 1/(1 + 10^((rating2 - rating1)/400))}}}
4 \n 4 \n
5 Thus we could keep using the existing balancer/ladders/rankicons just with something else calculating the values. 5 Thus we could keep using the existing balancer/ladders/rankicons just with something else calculating the values. We'd just have to add 1500 to all values to get the numbers we're so used to.
6 \n 6 \n
7 The only difference is that ratings are now time dependent, but for our use case we'd usually just want the current values, so that argument is fixed. 7 The only difference is that ratings are now time dependent, but for our use case we'd usually just want the current values, so that argument is fixed.