Page 1 of 1
User rating after problem 200
Posted: Mon Mar 31, 2008 6:05 pm
by Georg
How will the user rating be displayed after problem 200 has been published?
If nothing is changed, having solved 199 out of 200 problems will result in a rating of 100%.
If the floor function will be used instead of the round function, this rating will be 99%.
I want to suggest to use an additional significant digit. Then this rating would be 99.5%.
Re: User rating after problem 200
Posted: Mon Mar 31, 2008 6:26 pm
by euler
It actually ranks on the number of problems solved not the %age genius rating. So 200/200 will be better than 199/200. If ranks are tied after that, it then ranks on the lastsolved time stamp. In other words, if two users have solved 200/200 it then looks at which member's lastsolved timestamp is the oldest, as it means they got to that point quicker than others. That's why the top dogs battle to solve the new problems when they are released, as the first to solve will take the #1 spot.
Re: User rating after problem 200
Posted: Mon Mar 31, 2008 6:35 pm
by Tommy137
Georg wrote:How will the user rating be displayed after problem 200 has been published?
If nothing is changed, having solved 199 out of 200 problems will result in a rating of 100%.
If the floor function will be used instead of the round function, this rating will be 99%.
I want to suggest to use an additional significant digit. Then this rating would be 99.5%.
That's exactly the same question I asked myself a few days ago

Re: User rating after problem 200
Posted: Mon Mar 31, 2008 6:54 pm
by Georg
@euler: I see no problem with the ranking. I'm asking for the rating, that is displayed at
the problems page or the top 1000 page. Will the users having solved 199 out of 200 problems belong to the 100% club?
Re: User rating after problem 200
Posted: Mon Mar 31, 2008 11:37 pm
by euler
Oh, I understand now. And you know I hadn't thought about that. At the moment it calculates the rating based on round(100*[number solved]/[number of problems]), so you're right, it would round 199/200 to 100%.
Hmm? What do other members think? floor([number solved]/[number of problems]) or 100*round([number solved]/[number of problems],3)?
Re: User rating after problem 200
Posted: Tue Apr 01, 2008 12:12 am
by Tommy137
below 99%: round(100*[number solved]/[number of problems]) like before
then floor([number solved]/[number of problems])

Re: User rating after problem 200
Posted: Tue Apr 01, 2008 3:00 am
by JohnMorris
euler wrote:floor([number solved]/[number of problems])
One vote for that one.
Re: User rating after problem 200
Posted: Tue Apr 01, 2008 9:49 am
by hk
I support that but "number solved" dropping the percentage entirely would be equally good.
Re: User rating after problem 200
Posted: Tue Apr 01, 2008 11:19 am
by ed_r
I vote for percentage solved and for that to be floor(solved/total).
Re: User rating after problem 200
Posted: Tue Apr 01, 2008 11:23 am
by rlindley
Not that I'll ever get there, but I sure like the ring of 100%-er.
Re: User rating after problem 200
Posted: Sat Jun 28, 2008 10:06 am
by Georg
Georg wrote:How will the user rating be displayed after problem 200 has been published?
If nothing is changed, having solved 199 out of 200 problems will result in a rating of 100%.
If the floor function will be used instead of the round function, this rating will be 99%.
I want to suggest to use an additional significant digit. Then this rating would be 99.5%.
Nothing was changed.

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 11:15 am
by funktio
I vote for floor, too.
Looks like
ed_r is a 100% genius for the first time now.

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 11:27 am
by ed_r
And it'll be a legitimate 100% just as soon as I crack that problem #1 ...

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 11:45 am
by euler
Oops! After all this discussing number 200 arrive and I forgot to make the change. Thanks for the feedback... I went with: floor(100*[number solved]/[number of problems]).
Re: User rating after problem 200
Posted: Sat Jun 28, 2008 12:19 pm
by Georg
Thanks for fixing it. And now I'm again at 100%.

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 12:30 pm
by daniel.is.fischer
funktio wrote:I vote for floor, too.
Looks like
ed_r is a 100% genius for the first time now.

Nah! He was taking up too much space in the top spots, so we removed him from there by bribing him into the team

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 1:18 pm
by ed_r
Oh yeah, the bribe. When exactly do I get my magnum of Margaux '82?
Re: User rating after problem 200
Posted: Sat Jun 28, 2008 1:43 pm
by daniel.is.fischer
Why, '82 of course, it has to acquire a good age before it's worth drinking

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 4:32 pm
by Tommy137
Your current rating is 99% genius, having solved 197 out of 200 problems.
It seems you didn't correct the display at the problem page, euler. At the scores page you are only a 98% genius with 197 solved problems

Re: User rating after problem 200
Posted: Sat Jun 28, 2008 8:02 pm
by euler
Thanks for that, Tommy137. Fixed.