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

Post edit history

Alternative balance

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
4/16/2014 11:08:11 AMGBrankKyubey before revert after revert
4/16/2014 11:05:51 AMGBrankKyubey before revert after revert
4/16/2014 11:04:31 AMGBrankKyubey before revert after revert
Before After
1 @Anarchid i posted an algorithm that meets your criteria several times in this thread already 1 @Anarchid i posted an algorithm that meets your criteria several times in this thread already
2 \n
3 [quote]
4 1. you have a list of ELO
5 2. sort list in ascending order
6 3. remove elo of clan members/2comm from list, add to array
7 4. fill the corresponding slots in the array with the ELO from list that is closest to the ELO of the array to form pairs for the clan/2comm
8 5. then remove the remaining elo from list and place in array to form the rest of the pairs
9 6. calculate the % win chance if the pairs fought in a 1v1 match (using team elo) and store in array
10 7. then just use the current method of randomly sorting the pairs until you have the least %win chance difference[/quote]
11 \n