ai-se / softgoals

1 stars 4 forks source link

Dialog Operator #7: Cost Sensitivity #98

Closed sei-jklein closed 7 years ago

sei-jklein commented 8 years ago

For each alternative, choose N cost values, sampled from the interval (input cost, 3x input cost). N is a small number like 3 or 5.

This gives us R = N * number of nodes.

Run the optimizer with all costs set to the input values. Repeat R times, changing one cost value each time. Cluster the results.

(This won't actually require R runs, since you can abort any run that skips the node that you are twiddling.)

This is similar to the Twiddle the Cost operator, but with direct cause-and-effect visibility.

bigfatnoob commented 8 years ago

Clusters

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16