Auto-sorting / auto-optimizing software based on number of groups

Sgarrista
Commissario
Joined
9 Aug 2013
Posts
10,507
Location
Bromsgrove
Hi guys,

Am looking for a bit of software or even an excel/google sheets type script that I can enter some simple yes/no based answers in for a bunch of people, then specify a number of groups and the software will automatically sort people into those groups based on trying to ensure the minimum number of overlaps between responces.

Any ideas?

Eg if one person answers yes for question one, it will try put them with someone who answered no

But across all questions, so to optimize it as best possible even though there isnt a "perfect" end solution.
 
Sgarrista
Commissario
OP
Joined
9 Aug 2013
Posts
10,507
Location
Bromsgrove
Sounds like an interesting problem, how big is the data-set?
It shouldn't be too difficult to write a Python script to do it, though I'd think there may be some cases where groups cannot be found based on the remainder of users left and their answers.

Each "batch"
12 people
10 questions
to ultimately be split into 3 different groups.


There would then be 8 more batches (which dont need to interact or be compared to the previous batches).
 
Back
Top Bottom