I have a case similar to this one: Multivariable decisions
The difference is, that it's not a single decision I need to make but more like I have a pool of (let's say 10 object) where each object has 4 attributes with 3-4 different states for each. I now need to select the ONE single most relevant of the objects based on comparing these attributes for each object.
What techniques can I use to implement this behaviour?
An example could be: you are in a theme park and you need to choose what roller coaster to try for a last ride before going home. There are 10 roller coasters in the park. Variables going into consideration are:
- How far away is the roller coster (can you reach it before the park closes)
- How wild is it (the wilder the better)
- Have you tried it before (you wanna try something new)
- How long time does the ride last (you don't wanner get locked up inside the park - or maybe you do actually :-)