jammerware / strength-in-numbers

0 stars 0 forks source link

Suggest rooms in decreasing order of goodness for each user #3

Open jammerware opened 6 years ago

jammerware commented 6 years ago

Requirement

Suggest rooms for each person in decreasing order of goodness based on the net increase in diversity by joining the group (I think it's somewhat different from the vanilla knapsack problem... I think essentially you will need to compute a current diversity metric, and the possible diversity metric by adding this person and subtract to see gain)

Additional reading here.

Implementation

jammerware commented 6 years ago

Multiple calculations aren't spreading users the way we'd like. This is going dormant for now per @chinmayk.