Multi Attribute Decision Making project: Weighting a sample problem attributes using methods taught in the class.
-
Least Square Function
-
Eigenvectors
First of all, you need pypoetry to install project dependencies (also you can simply use pip
and the requirements.txt
provided file; however, it is recomended to use pypoetry)
after installing dependencies using poetry install
you can use the run.py
to start the project:
run -m {METHOD} -f {PRIORITY_SET_CSV_FILE} -p {PROBLEM_PARAMETERS_CSV_FILE} -o {OUTPUT_CSV_FILE}
For more information, please check run.py
With special thanks to Amirreza Salehi