You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an efficient way in the library to split a pool of players into 2 teams in the most balanced way? Like splitting the players in all possible ways, calling predict_win for each split, and choosing the one where the difference is the smallest in the result of predict_win. However, obviously, for a larger number of players, it'd be slow, so is there a built-in way to split the players, or is there an algorithm that I could use, based on either the ordinal or mu?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an efficient way in the library to split a pool of players into 2 teams in the most balanced way? Like splitting the players in all possible ways, calling
predict_winfor each split, and choosing the one where the difference is the smallest in the result ofpredict_win. However, obviously, for a larger number of players, it'd be slow, so is there a built-in way to split the players, or is there an algorithm that I could use, based on either theordinalormu?Beta Was this translation helpful? Give feedback.
All reactions