This page is published in English.
Ranking
HF-MOORA - Hesitant Fuzzy Multi-Objective Optimization by Ratio Analysis
Hesitant fuzzy ratio system ranker (benefit-vs-non-beneficial net score on vector-normalised defuzzified matrix)
Li, Z.-H.2014doi:10.1155/2014/527836 ↗
Overview
HF-MOORA ranks alternatives based on performance scores. Higher score = better rank.
- Data
- Hesitant
- Weights
- Needs a weight source
How it works
- 1
Construct HF decision matrix H = (h_ij)_{m×n}, where each h_ij is an HFE supplied by the decision-maker; entries may be of varying cardinality.
Li 2014, Algorithm 20 Step 1; Narayanamoorthy 2020, Section 5.2 Step 1.
- 2
Defuzzify each HFE to a crisp score via the chosen score operator. Canonical default: arithmetic mean S(h_ij) = (1/|h_ij|) · Σ_{γ ∈ h_ij} γ (Narayanamoorthy 2020 Eq.1, Xia-Xu 2011). Variant: HFPA s(h) = PA(h) (Li 2014 Eq.15).
Narayanamoorthy 2020, Eq.(1); Li 2014, Eq.(15); Xia-Xu 2011 score function.
- 3
Vector-normalise the defuzzified score matrix column-wise: r*_ij = S(h_ij) / √( Σ_{k=1}^m S(h_kj)² ).
Narayanamoorthy 2020, Eq.(5); Brauers-Zavadskas 2006 Eq.(2).
- 4
Apply criterion weights: T_ij = w_j · r*_ij.
Narayanamoorthy 2020, Step 4 / Eq.(24); Brauers-Zavadskas 2006 Eq.(3).
- 5
Ratio system: y_i = Σ_{j ∈ B} T_ij − Σ_{j ∈ NB} T_ij, where B = {benefit criteria}, NB = {non-beneficial criteria}.
Narayanamoorthy 2020, Eq.(6); Li 2014, Eq.(23); Brauers-Zavadskas 2006 Eq.(4).
- 6
Rank alternatives in DESCENDING order of y_i (largest is best).
Narayanamoorthy 2020, Step 6; Li 2014, Algorithm 20 Step 5.
Fits when
- •Preserves hesitant uncertainty through the pipeline rather than premature crispification at elicitation
Edge cases and pitfalls
- •HF-MOORA için kritik edge case'ler: (1) Tek outlier HFE - eski Hamming distance outlier'ı yansıtır (örn h_1={0.8, 0.6, 0.3, 0.2} vs h_2={0.9, 0.4, 0.1}: H=0.15); novel d=|PA(h_1)-PA(h_2)|=0.0019 nedeniyle outlier influence minimize olur. (2) T(h_i) hesabı için d(h_i, h_j) gerekir - circular dependency yok çünkü sup=1-d tüm DM-çiftleri için önceden hesaplanır. (3) Paper Yager support function: sup(a,b) = 0.5(1 - |a-b|) crisp için; HF için sup(h_i,h_j) = 1 - d(h_i,h_j) (Def.18 ile consistent). (4) Cost kriter için N_C: r_i'de doğrudan ÇIKARILIR (Eq.23), TOPSIS gibi cost-flip normalization YAPILMAZ - bu MOORA felsefesinin temel ayrımı. (5) MORV cost kriter: φ_j = min_i r_ij (kabul edilebilir 'en kötü-tolere' yerine 'en iyi-cost' = minimum).
How to cite
Li, Z.-H. (2014). An Extension of the MULTIMOORA Method for Multiple Criteria Group Decision Making Based upon Hesitant Fuzzy Sets. Journal of Applied Mathematics. https://doi.org/10.1155/2014/527836
System ID, as it appears in reports and the API
HF-MOORA