This page is published in English.
Ranking
Fuzzy TOPSIS (Chen 2000) - TOPSIS extension for group decision-making under fuzzy environment with triangular fuzzy numbers
Distance-based (fuzzy, vertex metric)
Chen, C.-T.2000doi:10.1016/S0165-0114(97)00377-1 ↗
Overview
CC ∈ [0, 1]. Higher CC means the alternative is closer to the FPIS and farther from the FNIS under the fuzzy vertex distance. Rank by descending CC.
- Output
- utility, higher is better
- Data
- Fuzzy (TFN), uncertainty tuples complete
- Weights
- Needs a weight source
- Size
- 2+ alternatives, 3-10 criteria works best
- Used for
- Fuzzy (Triangular) MCDM, MAGDM under epistemic uncertainty, expert-driven evaluation with linguistic terms
How it works
- 1
Construct the fuzzy decision matrix X̃ from linguistic ratings (or numeric TFNs) and the fuzzy weight vector W̃.
Chen 2000, p.3 Eqs.(2)-(3)
- 2
Chen's normalisation: for benefit criteria divide each TFN component by c_j* = max_i c_ij; for cost criteria use the reciprocal form with a_j^- = min_i a_ij.
Chen 2000, p.3 Eq.(4)
- 3
Weighted normalised fuzzy matrix: ṽ_ij = r̃_ij ⊗ w̃_j (component-wise TFN multiplication).
Chen 2000, p.4 Eq.(7)
- 4
Define the Fuzzy Positive-Ideal Solution (FPIS) A⁺ = (ṽ_1*, …, ṽ_n*) with ṽ_j* = (1, 1, 1) and the Fuzzy Negative-Ideal Solution (FNIS) A⁻ with ṽ_j⁻ = (0, 0, 0).
Chen 2000, p.4 Eqs.(8)-(9)
- 5
Compute fuzzy distances from FPIS and FNIS using the vertex method: d(ã, b̃) = √((1/3)·[(a₁−b₁)² + (a₂−b₂)² + (a₃−b₃)²]); sum over all criteria.
Chen 2000, p.4 Eqs.(10)-(11)
- 6
Closeness coefficient CC_i = d_i⁻ / (d_i⁺ + d_i⁻); rank alternatives by CC descending.
Chen 2000, p.4 Eq.(12)
Fits when / Look elsewhere when
Fits when
- •Preserves fuzzy_TFN uncertainty through the pipeline rather than premature crispification at elicitation
- •Native group-decision support (multi-DM aggregation built into the pipeline)
Look elsewhere when
- •Crisp data sufficient - use base TOPSIS-CHEN2000 directly (avoid unnecessary uncertainty layer)
- •Aggregation operator (PFWA/PFOWA/etc.) not specified - output ambiguous
Assumptions to verify
- Decision matrix entries are valid Fuzzy (Triangular) numbers/tuples
- Underlying crisp method's compensation assumption holds in uncertain space
- All decision-maker(s) and experts use the same linguistic/uncertainty scale
Limitations
- •Rank reversal known on alternative-set changes (ref: inherits from TOPSIS (Belton-Gear-1983))
Edge cases and pitfalls
Using Hwang-Yoon vector normalisation instead of Chen's max-c* normalisation produces different CC values - Chen's normalisation maps the FPIS exactly to (1,1,1) per criterion, which is essential for Step 4.
Defuzzifying TFNs before Step 5 collapses fuzzy uncertainty and reduces Fuzzy TOPSIS to crisp TOPSIS - defer defuzzification (if any) to reporting only.
Works with
Commonly takes its weights from
How to cite
Chen, C.-T. (2000). Extensions of the TOPSIS for group decision-making under fuzzy environment. Fuzzy Sets and Systems. https://doi.org/10.1016/S0165-0114(97)00377-1
System ID, as it appears in reports and the API
FUZZY-TOPSIS-CHEN2000