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

Post edit history

Balancer is awful.

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
7/16/2020 9:35:54 PMCHrankAdminDeinFreund before revert after revert
7/16/2020 9:28:08 PMCHrankAdminDeinFreund before revert after revert
7/16/2020 9:27:38 PMCHrankAdminDeinFreund before revert after revert
Before After
1 The balancer simply tries to minimize the difference in average Elo between teams. At some point it also gave a 1% weight to balancing the skill spread among teams. 1 The balancer simply tries to minimize the difference in average Elo between teams. At some point it also gave a 1% weight to balancing the skill spread among teams.
2 \n 2 \n
3 If there is a clear bias towards teams with strong players or towards teams with many average players, it should be possible to use it to predict matches. Unfortunately, I haven't seen any combination that does that better than simple Elo average. 3 If there is a clear bias towards teams with strong players or towards teams with many average players, it should be possible to use it to predict matches. Unfortunately, I haven't seen any combination that does that better than simple Elo average.
4 \n 4 \n
5 @Manored Sample input for your algorithm:
6 {{{
7 1. 2000 (1)
8 2. 1500 (2)
9 3. 1500 (2)
10 4. 1500 (1)
11 5. 1500 (1)
12 6. 1000 (2)
13 }}}
5 \n 14 \n
15 2000 + 1500 + 1500 vs 1500 + 1500 + 1000?