ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

Reflect inactivity in rank icon #1502

Closed DeinFreund closed 7 years ago

DeinFreund commented 7 years ago

Once a player no longer qualifies for the MM rankings, his rank icon should also show unranked status. Otherwise the rank icon may show a completely wrong rating which would be misleading in casual games.

db81 commented 7 years ago

And once they play a single MM game it's enabled again and still can be completely wrong. Have a confidence parameter that gets reset after inactivity and decreases with games played, and for confidence < X you show a gray icon while still tracking elo?

DeinFreund commented 7 years ago

Hm, have a rating system that reflects confidence?

Sadly I don't know how to implement this: https://www.remi-coulom.fr/WHR/WHR.pdf

db81 commented 7 years ago

Nice paper. Can just have confidence only affect the displayed icon at first before/if someone tries to implement that.

We can try to graph elo value together with period of inactivity for people and see how much of an effect rust really has. Maybe the "completely wrong" is actually only slightly wrong.

DeinFreund commented 7 years ago

I'll see if I can get an implementation working. Then I'll post comparison with elo to ratings thread.

Licho1 commented 7 years ago

Implemented elo weight decay now. 50 elo per week in effect up to 250