Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cases where we get VERY unbalanced groups #5

Open
kapil1garg opened this issue Jan 28, 2022 · 2 comments
Open

cases where we get VERY unbalanced groups #5

kapil1garg opened this issue Jan 28, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@kapil1garg
Copy link
Contributor

Screen Shot 2022-01-28 at 1 17 31 PM

This set of pairings with all student teams (except Hang since he was out) results in a group of 14-2. See if this is a bug or necessary to split.

possible reasons

  • are there ways to sure the pairings aren't so "locking"?
@kapil1garg kapil1garg added the bug Something isn't working label Jan 28, 2022
@kapil1garg
Copy link
Contributor Author

Screen Shot 2022-01-28 at 4 58 53 PM

adding pic of the group maker's state when it occurred

@kapil1garg
Copy link
Contributor Author

kapil1garg commented Jan 28, 2022

let's make a graph out of it, using this tool!

Here's the input used if anyone wants to recreate it:
Gobi
Jason
Justin
Izzy
Fardeem
Roxy
Cindy
Yvan
Molly
Issac
Parveen
Richard
Jonathan
Natalie
Harrison
Sydney
Molly Issac
Parveen Richard
Yvan Cindy
Roxy Fardeem
Jonathan Natalie
Izzy Justin
Jason
Justin Issac
Harrison Jason
Natalie Gobi
Yvan Molly
Izzy Fardeem
Sydney Cindy
Jonathan Richard

If we pair Roxy and Parveen (who were both unpaired in Pair Research), it looks like there are only 2 separate components. So, in a partition where we want 2 groups, the only possible way is to have a 14-2 split.
graph (1)

Removing their pairing, we now have 3 partitions of N1 = 5, N2 = 9, and N3 = 2. The most balanced partition becomes {N1, N3} (of size 7) and {N2} (of size 9).
graph


Within this tool itself, it's not clear what a fix would be. One approach could be to relax (by breaking) or shuffle the Pair Research pairings here seems odd, esp when there is one component that's much larger than the other.

Could also explore the Pair Research side to see in what circumstances from the Pair Research pairings would we get to a point where the graph above only has two very uneven components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant