Open glbert-does opened 1 year ago
another problem with the current algorithm is that it can lead to counterintuitive situations, where a player initially gets pushed into the alt pool from board n in step 4, but then moves to board n +/- 1 during step 5. but on board n +/-1 there are team players who are less deserving of the team spot, so you should actually probably switch them. still not sure whether that is a large enough problem to justify a different algorithm.
currently, our strategy for putting players into teams versus making them play as alt is as follows:
(source)
since we make the boards for team players and alts separately, this will very often lead to board splits that are inconsistent between the two.
an alternative strategy could be as follows:
this has the disadvantage of ending up with fewer teams. additionally, the inconsistencies are usually not very large, and some inconsistencies will exist due to players signing up after teamgen anyway. thus, the mods are currently not certain they want this, and want to ponder it for a season or two. i have added this issue more as a reminder of how all of it works, and the alternative strategy we cooked up. i will label it deferred. also, i will assign it to myself, so nobody works on it.