psenovsky / MCDASupport

GNU General Public License v3.0
0 stars 0 forks source link

Fuzzy numbers support #3

Open psenovsky opened 2 months ago

psenovsky commented 2 months ago

Present version of the package has limited support for the fuzzy numbers, usually available in specialized version of the function, such as FuzzyTOPSIS, FuzzyVIKOR.

There is oportunity to refactor support for these in more general solution allowing to "crisp" the fuzzy number before inserting it into parametrs of the function. This could be used to "inject" fuzzy number support to the methods, which do not normally support it without changing inner structure of them.

These could be perhaps refactored into something presenting starting point for the issue resolution.