oliviercailloux / decision-uta-method

A repository containing the doc and the work done during my research about UTA method.
MIT License
0 stars 0 forks source link

Weights norm #12

Open oliviercailloux opened 6 years ago

oliviercailloux commented 6 years ago

decide whether you consider weights should sum to one and document and modify the code accordingly

tonyseg commented 6 years ago

It is the case at the beginning according to Labreuche paper.

oliviercailloux commented 6 years ago

Yes but we could be more general. Non-normalized weights can be nicer to use because the weights for example might be integers and mean something to the user (1 for normal criterion, 2 for “twice as important than normal”, …), and this meaning is much less clear after normalization.

Please, for each method in Tools which deals with weights, check whether you can make it work also when weights are not normalized (if it’s difficult, don’t do it), then document (in javadoc) whether the weights “must be normalized” or “must not necessarily be normalized”.