{{Short description|Multi-criteria decision analysis method}} {{technical|date=April 2018}} The '''Technique for Order of Preference by Similarity to Ideal Solution''' ('''TOPSIS''') is a multi-criteria decision analysis method, which was originally developed by Ching-Lai Hwang and Yoon in 1981<ref name='HwangandYoon1981'>{{cite book |last1=Hwang |first1=C.L. |last2=Yoon |first2=K. |title=Multiple Attribute Decision Making: Methods and Applications |publisher=Springer-Verlag |year=1981 |location=New York}}</ref> with further developments by Yoon in 1987,<ref name='Yoon'>{{cite journal |last1=Yoon |first1=K. |title=A reconciliation among discrete compromise situations |journal=Journal of the Operational Research Society |year=1987 |volume=38 |issue=3 |pages=277–286 |doi=10.1057/jors.1987.44| s2cid=121379674}}</ref> and Hwang, Lai, and Liu in 1993.<ref name='HwangLaiLiu'>{{cite journal |last1=Hwang |first1=C.L. |last2=Lai |first2=Y.J. |last3=Liu |first3=T.Y. |title=A new approach for multiple objective decision making |journal=Computers and Operational Research |year=1993 |volume=20 |issue=8 |pages=889–899 |doi=10.1016/0305-0548(93)90109-v}}</ref> 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).{{cn|date=November 2022}} A dedicated book in the fuzzy context was published in 2021<ref name='El Alaoui 2021'>{{cite book |last=El Alaoui |first=M. |title=Fuzzy TOPSIS: Logic, Approaches, and Case Studies |publisher=CRC Press |year=2021| location=New York |isbn=978-0-367-76748-8 |doi=10.1201/9781003168416|s2cid=233525185 }}</ref> ==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, 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.<ref name='YoonandHwang1995'>{{cite book |last1=Yoon |first1=K.P. |last2=Hwang |first2=C. |title=Multiple Attribute Decision Making: An Introduction |publisher=SAGE publications |year=1995}}</ref><ref name='Zavadskas'>{{cite journal |last1=Zavadskas |first1=E.K. |last2=Zakarevicius |first2=A. |last3=Antucheviciene |first3=J.| title=Evaluation of Ranking Accuracy in Multi-Criteria Decisions |journal=Informatica |year=2006 |volume=17 |number=4 |pages=601–618 |doi=10.15388/Informatica.2006.158 |doi-access=free}}</ref> 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.<ref name='Greene'>{{cite journal |last1=Greene |first1=R. |last2=Devillers |first2=R. |last3=Luther |first3=J.E. |last4=Eddy |first4=B.G. |title=GIS-based multi-criteria analysis |journal=Geography Compass |year=2011 |volume=5 |issue=6 |pages=412–432 |doi=10.1111/j.1749-8198.2011.00431.x}}</ref> An example of application on nuclear power plants is provided in.<ref>{{Cite journal|last1=Locatelli|first1=Giorgio|last2=Mancini|first2=Mauro|date=2012-09-01|title=A framework for the selection of the right nuclear power plant|journal=International Journal of Production Research|volume=50|issue=17|pages=4753–4766|doi=10.1080/00207543.2012.657965|s2cid=28137959|issn=0020-7543|url=http://eprints.lincoln.ac.uk/7016/1/A_framework_for_the_selection_of_the_right_nuclear_power_plant.pdf|archive-date=2017-08-08|access-date=2019-12-14|archive-url=https://web.archive.org/web/20170808061815/http://eprints.lincoln.ac.uk/7016/1/A_framework_for_the_selection_of_the_right_nuclear_power_plant.pdf|url-status=dead}}</ref>

==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 <math>x_{ij}</math>, we therefore have a matrix <math>( x_{ij} )_{m \times n}</math>.

;Step 2: The matrix <math>( x_{ij} )_{m \times n}</math> is then normalised to form the matrix

:: <math>R = ( r_{ij} )_{m \times n}</math>, using the normalisation method :: <math> 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</math>

;Step 3: Calculate the weighted normalised decision matrix :: <math> t_{ij}= r_{ij}\cdot w_j, \quad i=1,2,\ldots,m, \quad j=1,2,\ldots,n</math>

:where <math>w_j = W_j \Big/ \sum_{k=1}^n W_k, j = 1, 2, \ldots, n </math> so that <math> \sum_{i=1}^n w_i = 1</math>, and <math>W_j</math> is the original weight given to the indicator <math>v_j, \quad j = 1, 2, \ldots, n.</math>

;Step 4: Determine the worst alternative <math>(A_w)</math> and the best alternative <math>(A_b)</math>:

:: <math> 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, </math>

:: <math> 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, </math>

:where,

:: <math> J_+ = \{ j = 1,2,\ldots,n \mid j\}</math> associated with the criteria having a positive impact, and

:: <math> J_- = \{ j = 1,2,\ldots,n \mid j\}</math> associated with the criteria having a negative impact.

;Step 5: Calculate the L<sup>2</sup>-distance between the target alternative <math>i</math> and the worst condition <math>A_w</math>

:: <math> d_{iw} = \sqrt{\sum_{j=1}^n (t_{ij} - t_{wj})^2}, \quad i = 1, 2, \ldots, m, </math>

: and the distance between the alternative <math>i</math> and the best condition <math>A_b</math>

:: <math> d_{ib} = \sqrt{\sum_{j=1}^n (t_{ij} - t_{bj})^2}, \quad i = 1, 2, \ldots , m </math>

:where <math>d_{iw}</math> and <math>d_{ib}</math> are L<sup>2</sup>-norm distances from the target alternative <math>i</math> to the worst and best conditions, respectively.

;Step 6: Calculate the similarity to the worst condition: :: <math> s_{iw}= d_{iw} / (d_{iw} + d_{ib}), \quad 0 \le s_{iw} \le 1, \quad i = 1, 2, \ldots , m. </math>

:: <math>s_{iw} = 1</math> if and only if the alternative solution has the best condition; and

:: <math>s_{iw} = 0</math> if and only if the alternative solution has the worst condition.

; Step 7: Rank the alternatives according to <math>s_{iw} \,\, (i = 1, 2, \ldots, m).</math>

==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,<ref name='HwangandYoon1981' /> and is calculated using the following formula:

: <math> 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</math>

In using vector normalisation, the non-linear distances between single dimension scores and ratios should produce smoother trade-offs.<ref name='Huang2011'>{{cite journal | last1 = Huang | first1 = I.B. | last2 = Keisler | first2 = J. | last3 = Linkov | first3 = I. | title = Multi-criteria decision analysis in environmental science: ten years of applications and trends | journal = Science of the Total Environment | year = 2011 | volume = 409 | issue = 19 | pages = 3578–3594 | doi=10.1016/j.scitotenv.2011.06.022| pmid = 21764422 | bibcode = 2011ScTEn.409.3578H }}</ref>

== Online tools == * [https://decision-radar.com/ Decision Radar] : A free online TOPSIS calculator written in Python. *{{cite journal |last1=Yadav |first1=Vinay |last2=Karmakar |first2=Subhankar |last3=Kalbar |first3=Pradip P. |last4=Dikshit |first4=A.K. |title=PyTOPS: A Python based tool for TOPSIS |journal=SoftwareX |date=January 2019 |volume=9 |pages=217–222 |doi=10.1016/j.softx.2019.02.004 |bibcode=2019SoftX...9..217Y |doi-access=free }}

==References== {{Reflist}}

Category:Decision analysis Category:Mathematical optimization Category:Multiple-criteria decision analysis Category:Utility