This page is published in English.
Ranking
Balanced SPOTIS - Balanced Stable Preference Ordering Towards Ideal Solution
Distance-to-ideal with blended ISP/ESP reference
Shekhovtsov, A., Dezert, J., Sałabun, W.2025doi:10.5220/0013119800003890 ↗
Overview
Lower P_i = better. α=0 → identical to standard SPOTIS (ISP only). α=1 → only ESP matters. α=0.5 balanced.
- Data
- Crisp
- Weights
- Needs a weight source
How it works
- 1
Determine ISP (Ideal Solution Point) from bounds based on criterion direction; load user-provided ESP.
Shekhovtsov et al. 2025 §2
- 2
Normalised distance from ESP and ISP: d_ij = |x_ij − ref_j| / |bounds_min_j − bounds_max_j|.
Shekhovtsov et al. 2025 §2
- 3
Weighted aggregated distances D_i(ESP) and D_i(ISP).
Shekhovtsov et al. 2025 §2
- 4
Balanced score P_i = (1−α)·D_i(ISP) + α·D_i(ESP). Rank ascending (lower P = better).
Shekhovtsov et al. 2025 §2 Eq.(main)
Fits when
- •Blends Ideal Solution Point (ISP, objective) and Expected Solution Point (ESP, subjective) via tunable trust parameter α ∈ [0,1] (Shekhovtsov et al. 2025 §3.3).
- •Special cases recover known methods: α=0 → standard ISP-SPOTIS (Dezert 2020 rank-reversal-free); α=1 → ESP-SPOTIS (Shekhovtsov 2022). (§4.1 line 365-368)
- •Inherits SPOTIS rank-reversal-free property by design (user-defined bounds; §3.1 + Dezert 2020 §III).
- •Enables α-sensitivity analysis (§4.2) to investigate how decision-maker trust in ESP affects ranking - provides deeper insight than single-α methods.
- •More flexible than ESP-COMET (§4.3): supports criteria weights (ESP-COMET treats all criteria equally) and avoids the curse of dimensionality (ESP-COMET needs pairwise comparison matrices).
Edge cases and pitfalls
ESP must be within bounds for each criterion; out-of-bounds ESP gives distances > 1. Paper §3.1 line 147-150: S+_j must satisfy Smin_j ≤ S+_j ≤ Smax_j for every j.
α=0.5 indifference Theorem (Shekhovtsov et al. 2025 §4.1 Eqs.(7)-(8)): when all alternatives satisfy S*≤Si≤S+ (i.e., lie between ISP and ESP), P_i at α=0.5 reduces to (1/2)·Σ_j w_j·(S+_j − S*_j)/δ_j - INDEPENDENT of Si_j. All such alternatives are evaluated equally (total indifference). Recommendation: investigate multiple α values (e.g., 0.1, 0.5, 0.9 per §4.2) or ensure no alternative lies strictly between ESP and ISP.
Special cases (paper §4.1 line 365-368): α=0.0 reproduces standard ISP-SPOTIS (Dezert 2020); α=1.0 reproduces ESP-SPOTIS. Use α ∈ (0,1) only for genuine ISP/ESP blending.
How to cite
Shekhovtsov, A.; Dezert, J.; Sałabun, W. (2025). Enhancing Personalized Decision-Making with the Balanced SPOTIS Algorithm. 17th International Conference on Agents and Artificial Intelligence (ICAART 2025). https://doi.org/10.5220/0013119800003890
System ID, as it appears in reports and the API
BALANCED-SPOTIS