Skip to content

diegoinacio/mcdm-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCDM Methods

Multi-Criteria Decision-Making (MCDM), also known as Multi-Criteria Decision-Analysis (MCDA), is a sub-discipline of operations research that deals with decision making when multiple conflicting criteria need to be considered together. In order to rank or choose between alternatives, a variety of approaches and methods have been developed. This repo aims to explore these methods in practical and analytical way.

Methods

acronym name notebook
AHP Analytic Hierarchy Process ahp.ipynb
ANP Analytic Network Process anp.ipynb
BWM Best Worst Method bwm.ipynb
ELECTRE Élimination Et Choix Traduisant la Realité electre.ipynb
PROMETHEE Preference Ranking Organization Method for Enrichment Evaluation promethee.ipynb
ROC Rank Order Centroid roc.ipynb
ROCA Rank Order Clustering Algorithm roca.ipynb
TOPSIS Technique for Order Preference by Similarity to Ideal Solution topsis.ipynb