Clarify the ranking algorithm?

Post Reply
Zeta
Posts: 62
Joined: Thu Apr 16, 2009 3:37 pm

Clarify the ranking algorithm?

Post by Zeta »

I did an analysis of the output of http://www.hacker.org/challenge/map/get.php and it didn't match up with the ranking shown in http://www.hacker.org/challenge/top.php.

I simply used the "sum of the squares of the difficulty" method to compute my score and that resulted in a considerable smaller score compared to the official ranking.

How do I have to understand the Sentence "The top solver gets 200 points, the next (200 * 0.9), the next (200 * 0.9 * 0.9) and so on"? Who is the top solver? The first one who solved a challenge?
Last edited by Zeta on Fri Apr 24, 2009 10:54 pm, edited 1 time in total.
User avatar
bsguedes
Posts: 103
Joined: Tue Feb 24, 2009 12:39 am
Location: Porto Alegre

Post by bsguedes »

I've been realizing a lot of mistakes in Challenges' Ranking. As Zeta has found, my score in the ranking does not match with my score calculated considering the squares of levels dificulties. I've calculated 116096 points, however, I have 166415 points on the ranking.

About the 200*0.9^(n-1), where n is your position on the ranking of Challenges, a friend of mine, portal, should have 15 points due to his position on rank (he is actually 25th). However, his score on global rank seems to not include 15 points relative to challenges.

Also, there are some inconsistencies on the general rank. How Kellpete has 255 points? This is only explainable if Puzzles have different weights on the total sum, but I suppose that each puzzle counts 100*0.9^(n-1), where n is your position in that puzzle again.
jeetee
Posts: 105
Joined: Sun Jan 04, 2009 5:25 pm

Post by jeetee »

Don't know about their weight, but yeah, puzzles and bot-rankings are taken into account for the global ranking
User avatar
bsguedes
Posts: 103
Joined: Tue Feb 24, 2009 12:39 am
Location: Porto Alegre

Post by bsguedes »

Ah, now I understand. Kellpete is leader of BitBath. I thought Bot wars aren't taken into account for the ranking.
Post Reply