Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Calculating team skill

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
1/2/2018 10:51:08 PMCHrankAdminDeinFreund before revert after revert
Before After
1 Previously I have experimented with @Brackman team strength and simple average and came to the conclusion that averaging yields better results. 1 Previously I have experimented with @Brackman team strength and simple average, coming to the conclusion that averaging yields better results.
2 \n 2 \n
3 There are still a lot of complaints about imbalanced team games, thus I have tried two other strategies. 3 There are still a lot of complaints about imbalanced team games, thus I have tried two other strategies.
4 * Maximum likelihood estimator: Weighted average where the weight is higher the less uncertainty a player has. This means the algorithm will try to put a similar number of inactive/newbie and active players on each team. 4 * Maximum likelihood estimator: Weighted average where the weight is higher the less uncertainty a player has. This means the algorithm will try to put a similar number of inactive/newbie and active players on each team.
5 \n
6 * Minimum standard deviation: Average biased by standard deviation. This means the algorithm will try to put a similar amount of pros and nubs on each team. 5 * Minimum standard deviation: Average biased by standard deviation. This means the algorithm will try to put a similar amount of pros and nubs on each team.
7 \n 6 \n
8 Both of these turn out to perform comparably or worse than simply looking at the average skill on each team. This only takes into account the game's outcome, whereas the game itself is what really matters. Would you think one of these two might increase game quality, even if the games might end up less balanced? 7 Both of these turn out to perform comparably or worse than simply looking at the average skill on each team. This only takes into account the game's outcome, whereas the game itself is what really matters. Would you think one of these two might increase game quality, even if the games might end up less balanced?
9 \n 8 \n
10 To clarify the meaning of balance: The balancer currently assures that every player has a near perfect 50% win rate when playing team games. Whether those games are simply alternating stomps or actually interesting match ups isn't considered. 9 To clarify the meaning of balance: The balancer currently assures that every player has a near perfect 50% win rate when playing team games. Whether those games are simply alternating stomps or actually interesting match ups isn't considered.