Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A better score estimation function #5

Open
arminpatel opened this issue Dec 14, 2022 · 1 comment
Open

A better score estimation function #5

arminpatel opened this issue Dec 14, 2022 · 1 comment

Comments

@arminpatel
Copy link
Member

arminpatel commented Dec 14, 2022

Wouldn't it be better if the score estimation function takes into account that it is difficult to improve when you have a higher rating, also some weight should be given to the highest rating the programmer has attained in the period, etc?

Nothing fancy, but there can be better functions. For example, ${y} = ((cur - ini)^2 / (max - ini)) * 100$, takes into account that it is difficult to improve on higher ratings than on lower ones. We can improve this further (or come up with something different) to account for 2/3 other factors.

@VarunGitGood
Copy link

We can also create different categories and each have its own mulitplier ie ( suppose for codechef a rating gain of 40 in some patricular div/stars can have a multiplier of 2x) and the the score would be then 80 something along the lines of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants