Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How are the points calculated in the ranked beta?
#5
  • Balance
    The highest und lowest score will be put into one team, the second highest und second lowest score into the other team (@those "i-want-to-kick-my-feeder-because-i-cant-bear-a-fair-game"-players: yes, thats why there is always a feeder in both teams fur "sure"Tongue)

    The missing six players will be distributed in a way that score sums of both teams are the closest or rather they will be distributed that the difference of both sums is the closest possible to zero.


  • ELO score
    Thats rather complicated, especial for teams. My point of view (POV) will be the victory side, loser will be handled symmetrically.

    At first an expected value will be calculated for every player by
    Code:
    1 / ( 1 + 10 ^ ( ( eloTeamB - ( 2 * eloPlayerA + 3/5 * eloTeamA ) ) / 2000 ) )
    as you may notice it's twice player ELO plus three-fifths of this players team vs the sum of the other team.

    This expected value defines someone winning probability - the higher someones probability is the less he will win or the more he loses (score wise).

    In our system someone score gain is biased by game stats therefore a game performance value will be calculated
    Code:
    stat1 * factor1 + ... + statn * factorn
    Those factors are hierarchised into three levels and every level is weighted double to its predecessor level in other words some stats are more importent than others.
    All those performance values will be normalized teamwisely so that the best player of a team has a performance of 1.00 and the worst 0.85 (loser side is between 0.00 (worst loser) and 0.15 (best loser))

    With this normalized performance value and expected value someone score gain will be calculated by
    Code:
    20 * (performanceValue - exceptedValue)
    You can interpret those performance value as a 100% victory (best) or 85% victory (worst) and yes, it would be possible to lose points even as victor :o
Marvin Wrote:The first ten million years were the worst and the second ten million years, they were the worst too. The third ten million years I didn't enjoy at all. After that I went into a bit of a decline
Reply


Messages In This Thread
Re: How are the points calculated in the ranked beta? - by eSVau - 2010-06-18, 13:58:02

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't join Ranked Games... DaFR34K 5 5,880 2015-10-21, 23:18:11
Last Post: BENNIE.FM
  Ranked Bot Tez.Sick 6 6,680 2014-10-29, 20:44:04
Last Post: El_Polacco
  Bots down (QUALI+RANKED) RAF_Fenix 2 3,616 2014-10-20, 18:48:24
Last Post: eSVau
Smile what about a skype group for ranked/intern games? stibi- 29 32,160 2014-04-27, 00:14:14
Last Post: BENNIE.FM
  why ban me in ranked game? guangzhou265 2 4,811 2014-04-26, 22:40:59
Last Post: eSVau



Users browsing this thread: 1 Guest(s)