HOME

TheInfoList



OR:

The Technique for Order of Preference by Similarity to Ideal Solution (TOPSIS) is a
multi-criteria decision analysis Multiple-criteria decision-making (MCDM) or multiple-criteria decision analysis (MCDA) is a sub-discipline of operations research that explicitly evaluates multiple conflicting criteria in decision making (both in daily life and in settings ...
method, which was originally developed by Ching-Lai Hwang and Yoon in 1981 with further developments by Yoon in 1987, and Hwang, Lai and Liu in 1993. TOPSIS is based on the concept that the chosen alternative should have the shortest geometric distance from the positive ideal solution (PIS) and the longest geometric distance from the negative ideal solution (NIS). A dedicated book in the fuzzy context was published in 2021


Description

It is a method of compensatory aggregation that compares a set of alternatives, normalising scores for each criterion and calculating the geometric distance between each alternative and the ideal alternative, which is the best score in each criterion. The weights of the criteria in TOPSIS method can be calculated using Ordinal Priority Approach,
Analytic hierarchy process In the theory of decision making, the analytic hierarchy process (AHP), also analytical hierarchy process, is a structured technique for organizing and analyzing complex decisions, based on mathematics and psychology. It was developed by Tho ...
, etc. An assumption of TOPSIS is that the criteria are monotonically increasing or decreasing. Normalisation is usually required as the parameters or criteria are often of incongruous dimensions in multi-criteria problems. Compensatory methods such as TOPSIS allow trade-offs between criteria, where a poor result in one criterion can be negated by a good result in another criterion. This provides a more realistic form of modelling than non-compensatory methods, which include or exclude alternative solutions based on hard cut-offs. An example of application on nuclear power plants is provided in.


TOPSIS method

The TOPSIS process is carried out as follows: ;Step 1: Create an evaluation matrix consisting of m alternatives and n criteria, with the intersection of each alternative and criteria given as x_, we therefore have a matrix ( x_ )_. ;Step 2: The matrix ( x_ )_ is then normalised to form the matrix :: R = ( r_ )_, using the normalisation method :: r_ = \frac , \quad i = 1, 2, \ldots, m, \quad j = 1, 2, \ldots, n ;Step 3: Calculate the weighted normalised decision matrix :: t_= r_\cdot w_j, \quad i=1,2,\ldots,m, \quad j=1,2,\ldots,n :where w_j = W_j \Big/ \sum_^n W_k, j = 1, 2, \ldots, n so that \sum_^n w_i = 1, and W_j is the original weight given to the indicator v_j, \quad j = 1, 2, \ldots, n. ;Step 4: Determine the worst alternative (A_w) and the best alternative (A_b): :: A_w = \{ \langle \max(t_{ij} \mid i = 1,2,\ldots,m) \mid j \in J_- \rangle, \langle \min(t_{ij} \mid i = 1,2,\ldots,m) \mid j \in J_+ \rangle \rbrace \equiv \{ t_{wj} \mid j= 1,2,\ldots,n \rbrace, :: A_b = \{ \langle \min(t_{ij} \mid i = 1,2,\ldots,m) \mid j \in J_- \rangle, \langle \max(t_{ij} \mid i = 1,2,\ldots,m) \mid j \in J_+ \rangle \rbrace \equiv \{ t_{bj} \mid j= 1,2,\ldots,n \rbrace, :where, :: J_+ = \{ j = 1,2,\ldots,n \mid j\} associated with the criteria having a positive impact, and :: J_- = \{ j = 1,2,\ldots,n \mid j\} associated with the criteria having a negative impact. ;Step 5: Calculate the L2-distance between the target alternative i and the worst condition A_w :: d_{iw} = \sqrt{\sum_{j=1}^n (t_{ij} - t_{wj})^2}, \quad i = 1, 2, \ldots, m, : and the distance between the alternative i and the best condition A_b :: d_{ib} = \sqrt{\sum_{j=1}^n (t_{ij} - t_{bj})^2}, \quad i = 1, 2, \ldots , m :where d_{iw} and d_{ib} are L2-norm distances from the target alternative i to the worst and best conditions, respectively. ;Step 6: Calculate the similarity to the worst condition: :: s_{iw}= d_{iw} / (d_{iw} + d_{ib}), \quad 0 \le s_{iw} \le 1, \quad i = 1, 2, \ldots , m. :: s_{iw} = 1 if and only if the alternative solution has the best condition; and :: s_{iw} = 0 if and only if the alternative solution has the worst condition. ; Step 7: Rank the alternatives according to s_{iw} \,\, (i = 1, 2, \ldots, m).


Normalisation

Two methods of normalisation that have been used to deal with incongruous criteria dimensions are linear normalisation and vector normalisation. Linear normalisation can be calculated as in Step 2 of the TOPSIS process above. Vector normalisation was incorporated with the original development of the TOPSIS method, and is calculated using the following formula: : r_{ij} = \frac {x_{ij {\sqrt{\sum_{k=1}^m x_{kj}^2 , \quad i = 1, 2, \ldots, m, \quad j = 1, 2, \ldots, n In using vector normalisation, the non-linear distances between single dimension scores and ratios should produce smoother trade-offs.


Online tools


Decision Radar
: A free online TOPSIS calculator written in
Python Python may refer to: Snakes * Pythonidae, a family of nonvenomous snakes found in Africa, Asia, and Australia ** ''Python'' (genus), a genus of Pythonidae found in Africa and Asia * Python (mythology), a mythical serpent Computing * Python (pro ...
. *


References

{{Reflist Decision analysis Mathematical optimization Multiple-criteria decision analysis Utility