Extension card · Fuzzy
Fuzzy TOPSIS (Chen and Hwang, 1992)
This is the earliest form of TOPSIS to express criterion values as a four-number trapezoidal fuzzy number. Each cell carries the lowest defensible value, the two ends of the plausible band, and the highest defensible value together. The method builds the ideal and anti-ideal point from the alternative set's own extremes, measures distance through the overlap of the fuzzy numbers, and ranks the result with a single closeness score.
Base method
TOPSIS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Fuzzy →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Four things change; the decision logic does not.
Cells. In crisp TOPSIS every cell is a single number. Here every cell consists of four numbers: the lowest plausible value, the lower end of the likely band, the upper end of the likely band, and the highest plausible value. Together these four numbers form a trapezoidal fuzzy number. When an expert says not "one single most likely value" but "every value within this band is equally plausible," the trapezoid is the right shape. When a single most-likely point is given instead, the triangular form (Chen 2000) is sufficient, and a fourth number would be added without purpose. Criterion weights take the same four-number trapezoidal shape.
The method is defined for a single decision-maker. Combining several experts' scores is a preparation step DecisionMind carries out before this stage, not a step of the method itself; in Chen (2000) this combination is done by taking the minimum, mean or maximum of the corresponding corners.
Scale equalisation. Crisp TOPSIS divides every column by the square root of the sum of its squares. Chen-Hwang does not do this, nor does it follow Chen (2000)'s rule of dividing all four components by a single column value; instead it applies crosswise division. For a benefit criterion, the trapezoid's lowest end is divided by the highest end in the column, and the highest end is divided by the lowest end in the column; the two middle points are divided by their own diagonal counterparts. For a cost criterion the direction reverses.
This crosswise division is designed to preserve the ascending order of the four numbers (lowest to highest), and is specific to Chen-Hwang's own paper. In Chen (2000), by contrast, every component is divided by a single column value, which fixes the ideal point at (1,1,1) throughout. The crosswise division used here does not fix the ideal point.
Distance. The ideal and anti-ideal point are built here as in crisp TOPSIS, but over trapezoidal numbers. In each column, the highest- and lowest-ranked alternative is identified using a ranking measure, Chen-Hwang's own generalised mean ranking. This measure serves only to decide which alternative is chosen as ideal or anti-ideal; it does not defuzzify the result.
Each alternative's distance to these two reference points is then computed with Zadeh's supremum-minimum, or sup-min, similarity measure. This looks at how much the membership curves of two trapezoidal numbers overlap: the less the overlap, the greater the distance. This is an entirely different notion of distance from Chen (2000)'s vertex distance, which compares the numbers themselves by taking the square root of the differences between the four corners, whereas sup-min similarity compares the overlapping area of the curves.
Result and defuzzification. The definition is the same here too: the result is computed as the ratio of the distance to the anti-ideal over the sum of the two distances. The result is again a single number between 0 and 1. In this extension, DecisionMind fixes Chen-Hwang's crosswise scale equalisation, the choice of ideal and anti-ideal by generalised mean, and the Zadeh sup-min similarity distance. Weights are taken from outside, in trapezoidal form; the method does not generate weights itself.
How to Read the Output
The output is a closeness score and a ranking, as in crisp TOPSIS and in Chen (2000); it is read the same way: it is not a percentage, and it cannot be compared with a different analysis. The difference is here: the ideal and anti-ideal point, unlike in Chen (2000), come from the alternative set itself. This makes the rank-reversal risk already present in crisp TOPSIS more pronounced here than in Chen (2000); this risk arises from the reference points shifting when a new alternative is added. Under Chen (2000)'s fixed (1,1,1) ideal, this risk comes only from scale equalisation; here it comes from both scale equalisation and the choice of reference point.
Thus instead of writing:
"Fuzzy TOPSIS (1992) is more reliable than Chen (2000) because it accounts for uncertainty"
the report should read:
"Chen-Hwang (1992) and Chen (2000) are different algorithms; both carry uncertainty through to the final step, and neither is more 'advanced' than the other; which one is used, and why, is stated in the report"
Being dated 1992 does not make the method incomplete; being dated 2000 does not make Chen's version superior. Both solve the same problem with different normalisation and different distance decisions.
When to Prefer This over the Base Method
Use this extension when experts score criteria "approximately" or verbally, and the nature of this uncertainty is a band. When there is a range that is equally plausible throughout rather than a single most likely point, such as "at least 10, normally between 12 and 16, never more than 20," the trapezoid is the right shape. When the expert gives a single most likely point ("most likely 14 days"), the triangular form is sufficient; see the Chen (2000) card. Compressing a band into a triangle loses information; opening a single point into a trapezoid, that is, setting b = c, adds no artificial distinction but carries an unnecessary component.
The condition for staying with the base method is the same: when criteria are measured. Opening a measured value into a four-component trapezoid, even if all four corners are the same number, is not modelling uncertainty; it is an unnecessary representational burden. If DecisionMind requires a single data type, this embedding is honest but adds no information. If no compromise is acceptable on one criterion, this extension too is compensatory and will not eliminate anything below a threshold. The exit condition is the same as for crisp TOPSIS.
Mistakes Specific to This Extension
Confusing Chen-Hwang (1992) with Chen (2000). Both are called "fuzzy TOPSIS", but their scale equalisation and distance measure differ. Using Chen (2000)'s fixed (1,1,1) ideal and vertex distance here, or Chen-Hwang's crosswise equalisation and sup-min similarity in Chen (2000), mixes the steps of two different papers and produces different figures. Which method was run should be stated in the report by name and year.
Defuzzifying the trapezoid before the distance calculation. Reducing the trapezoidal numbers to a single number before the fourth step and then running crisp TOPSIS is not Fuzzy TOPSIS (1992); the overlap information that sup-min similarity measures has already been lost at this point, and score differences are exaggerated (shown in the illustrative example below).
Entering a value that breaks the trapezoid's order. The four components must be ordered from lowest to highest (a ≤ b ≤ c ≤ d). An entry that breaks this order (for example, the lower end of the band being greater than the upper end) renders the crosswise scale equalisation and the generalised mean ranking meaningless.
Opening a measured criterion into a trapezoid. Stretching a measured value such as price or time into a four-cornered trapezoid "to look more thorough" violates the core principle of the Fuzzy data-type card: width must have a genuine source.
The governing principle is this:
The trapezoidal fuzzy number is for situations where the "most likely" information is a band, not a single point; both collapsing the band to a single point (compressing to a triangle) and reducing the whole trapezoid to a single number (early defuzzification) erase the information the method carries.
Cases
The first case is DecisionMind's validation example: Chen-Hwang's 1992 book chapter gives the algorithm's steps but no complete numerical example (the book chapter as adapted by Kahraman et al. 2008 likewise presents the algorithm without a closed-form numerical example); a small, hand-traceable table has therefore been constructed for this reason. The second case is illustrative fiction.
1. Illustrative example: Two alternatives scored as trapezoidal fuzzy numbers on two criteria
Two alternatives are evaluated on two benefit criteria; the scores are deliberately constructed to be symmetric, with A1 strong on the first criterion and A2 strong on the second. The first criterion's weight is roughly three times the second's.
| Alternative | Criterion 1 (trapezoidal) | Criterion 2 (trapezoidal) |
|---|---|---|
| A1 | (5; 7; 7; 9) | (2; 4; 4; 6) |
| A2 | (2; 4; 4; 6) | (5; 7; 7; 9) |
| Weight | (0.6; 0.7; 0.7; 0.8) | (0.2; 0.3; 0.3; 0.4) |
| Direction | higher is better | higher is better |
The method equalises each column crosswise, multiplies by the weight, chooses each column's ideal and anti-ideal trapezoid by the generalised mean, sums the distances with Zadeh sup-min similarity, and computes the closeness score.
| Alternative | Closeness score | Rank |
|---|---|---|
| A1 | 0.556 | 1 |
| A2 | 0.444 | 2 |
The result reads as follows. A1 leads because it is strong on the first criterion, which carries three times the weight; A2's equal strength on the second criterion, being on the lighter criterion, does not close the gap. The margin is 0.112.
Sensitivity: if A1's likely band on the first criterion narrows slightly and shifts down, that is, (5; 6; 6; 9) instead of (5; 7; 7; 9), A1 still leads, but the margin falls from 0.112 to 0.024 (0.512 against 0.488). If the weights are fully swapped, so that the first criterion drops to the 0.2-0.4 band and the second rises to 0.6-0.8, the ranking reverses completely and A2 moves ahead at 0.556. Because the table was deliberately built to be symmetric, the weight swap inverts the ranking exactly. In this example the ranking is fragile to both a score change and a weight change, and the report should say so.
Had the same table first been defuzzified (by averaging each trapezoid's four corners) and then fed into crisp TOPSIS, A1 would have come out at 0.700 and A2 at 0.300: the ranking would be the same, but the margin would inflate from 0.112 to 0.400 and the report would claim a certainty that is not there.
In the report: "The trapezoidal fuzzy scores were computed with Chen-Hwang (1992) crosswise scale equalisation and Zadeh sup-min similarity distance. A1, at 0.556, is closer to the ideal; the ranking reverses if the first criterion's weight is swapped with the second's."
Source: DecisionMind's Fuzzy TOPSIS (Chen-Hwang 1992) validation example; Kahraman, Beşkese and Ruan (2008)'s book chapter gives the algorithm but contains no closed-form numerical example, so this example was constructed by hand for illustrative purposes and independently verified against the DecisionMind engine.
2. Agriculture: Choosing among three technologies for a new irrigation system
An agricultural cooperative must choose among three technologies for an irrigation system to be installed on its land: drip irrigation, sprinkler irrigation, and an improved form of surface irrigation. The criteria are water saving, ease of installation and operation, and fit with soil type; none is a measured value, because none has yet been trialled on the cooperative's own land, and the agronomist's assessment is an approximate one drawn from similar plots elsewhere. The agronomist scores every technology on every criterion as a trapezoidal fuzzy number, "lowest - likely band - highest", and gives the criterion weights in the same form.
The method equalises the three technologies' trapezoids crosswise, weights them, selects the ideal and anti-ideal technology by the generalised mean, and sums the distances with sup-min similarity. Suppose the result places drip irrigation first — clearly the best on water saving but middling on ease of installation — and surface irrigation second, the best on soil fit, with a small margin between them.
The cooperative's hesitation: if the agronomist's estimate of the likely band for water saving is narrowed slightly (the most optimistic end lowered), drip irrigation's lead could close. In that case the cooperative should either gather measured data from a similar system already installed nearby, or run both technologies together as a pilot.
In the report: "The technologies were scored using the agronomist's trapezoidal fuzzy approximate assessment; the margin between drip irrigation and surface irrigation is sensitive to the estimated likely band for water saving."
3. What Not to Do
Reducing the illustrative example's trapezoids at the outset to the average of their corners (7 and 4 for A1, 4 and 7 for A2) and running crisp TOPSIS produces the same ranking, but the margin inflates from 0.112 to 0.400 and the report claims a certainty that is not there. The second error is entering the trapezoid's four components out of order (for example, writing the upper end of the band as smaller than the lower end); the crosswise scale equalisation then produces meaningless values. The third error is applying Chen (2000)'s rule of "divide all components by a single column value" here; this runs another paper's step in place of Chen-Hwang's crosswise equalisation, and is the first place to look when different software packages produce different results.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/fuzzy-topsis
Chen, S.-J., & Hwang, C.-L. (1992). Fuzzy Multiple Attribute Decision Making: Methods and Applications. Lecture Notes in Economics and Mathematical Systems, Vol. 375. Springer-Verlag. DOI: 10.1007/978-3-642-46768-4
Kahraman, C., Beşkese, A., & Ruan, D. (2008). Fuzzy Multi-Criteria Evaluation of Industrial Robotic Systems Using TOPSIS. In C. Kahraman (Ed.), Fuzzy Multi-Criteria Decision Making: Theory and Applications with Recent Developments, Springer Optimization and Its Applications, Vol. 16, pp. 161–186. DOI: 10.1007/978-0-387-76813-7_6
Zadeh, L. A. (1971). Similarity relations and fuzzy orderings. Information Sciences, 3(2), 177–200. DOI: 10.1016/S0020-0255(71)80005-1
Hwang, C. L., & Yoon, K. (1981). Multiple Attribute Decision Making: Methods and Applications: A State-of-the-Art Survey. Lecture Notes in Economics and Mathematical Systems, Vol. 186. Springer-Verlag. DOI: 10.1007/978-3-642-48318-9
Zadeh, L. A. (1965). Fuzzy sets. Information and Control, 8(3), 338–353. DOI: 10.1016/S0019-9958(65)90241-X