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

x and y in AltsComp #13

Closed oliviercailloux closed 5 years ago

oliviercailloux commented 6 years ago

Think about how to treat x and y. Do not swap them silently.

tonyseg commented 6 years ago

I swipe them if the x given is not better than y, because we suppose : x is better than y for the explanation. This is just a seatbelt if x and y given are not in the right order.

oliviercailloux commented 6 years ago

Please maake sure that the documentation of AlternativesComparison matches the code. Currently the code checks that the weights are not null and not empty, but this is not documented; the documentation requires that x and y do not have the same evaluation but this is not checked.

BTW, replace documentation to say that x must be better than y, and check this in the code. It is too surprising for the user to replace x and y without the user having asked it.