Post edit history
Balancer is awful.
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? |