wetransform-os / ProMCDA

A tool to estimate ranks of alternatives and their uncertainties based on the Multi Criteria Decision Analysis approach.
Eclipse Public License 2.0
5 stars 1 forks source link

Convert ProMCDA from a package to a library #33

Open Flaminietta opened 9 months ago

Flaminietta commented 9 months ago

We convert ProMCDA from a package into a library. The library ProMCDA won't need to be given the JSON configuration file or any CSV file containing the input matrix. All input files will be passed as a stream (or handle or object). The library ProMCDA can be easily called within an API.