beyond-all-reason / Beyond-All-Reason

Main game repository for Beyond All Reason.
https://www.beyondallreason.info/
Other
1.79k stars 299 forks source link

rating solutions summary #2611

Closed sprunk closed 9 months ago

sprunk commented 9 months ago

Modify as needed

# sigma = max(2.5, sigma)
+ simple
+ solves the problem for those worst hit and only them
+ somebody already made a step-by-step instruction with SQL commands and whatnot https://discord.com/channels/549281623154229250/1207250263858094080
- people under 2.5 (or whatever the threshold is) will shift on the ladder relative to others, this can make people raeg
- yaribz says this will result in widening the mu gap as people on the edges of the bell curve burn the extra sigma to drift further

# sigma += 2.5
+ doesn't shift relative ladders
- also hits random noobs with high sigma
0 otherwise the same as above

# do one of the above and also adjust mu
+ prevents widening the mu gap
- gotta find a sigma male who knows how much mu the sigma translates into

# change to a less stupid rating system
+ opportunity to steal from zk
- nananaf mana

# keep looking for some fancy-ass solution
+ may not have the negatives above
- people are rioting already
sprunk commented 9 months ago

some gigachad made a proper doc. good!