Crazy question re optimization
Posted by Mike Fleuette on August 30, 2001 12:36 PM
I am trying to staff a number of short-term projects and am looking for a way to optimize the way people are selected for different roles. The goal is to maximize the score for the team by slotting each person into one role such that the sum of (aptitude*priority) is maximized. There will be more staff than roles (Hopefully!). An example of the concept is below; the obvious question is how do you identify the best person for a given role to maximize the effectiveness of the team?
intersection (Role/Person) = aptitude
Priority 1 3 2
Role --> x y z
Person a 0.4 0.5 0.8
| b 0.2 1 0
| c 0.3 0.4 0.3
V d 0.8 0.5 0.5
y ?
z ?
x ?
Score ? (maximized)