Skip to content

Commit 6303a20

Browse files
committed
(#66) Update documentation of SPOTIS
1 parent 1967c60 commit 6303a20

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ Please check out the reference manual [here](https://jbytecode.github.io/JMcDM/)
140140
- Best-Worst Method
141141
- RAM (Root Assessment Method)
142142
- CRADIS (Compromise Ranking of Alternatives from Distance to Ideal Solution)
143+
- SPOTIS (Stable Preference Ordering Towards Ideal Solution)
144+
143145

144146
### Fuzzy MCDM Tools
145147

src/spotis.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ end
2929
3030
# Description
3131
32-
Implements the SPOTIS Rank Reversal Free Method for Multi-Criteria Decision-Making Support
32+
Implements the SPOTIS (Stable Preference Ordering Towards Ideal Solution) Rank Reversal
33+
Free Method for Multi-Criteria Decision-Making Support
3334
3435
# Arguments
3536
@@ -41,7 +42,8 @@ Implements the SPOTIS Rank Reversal Free Method for Multi-Criteria Decision-Maki
4142
4243
# Reference:
4344
44-
- Dezert, Jean, et al. "The SPOTIS rank reversal free method for multi-criteria decision-making support." 2020 IEEE 23rd international conference on information fusion (FUSION). IEEE, 2020.
45+
- Dezert, Jean, et al. "The SPOTIS rank reversal free method for multi-criteria decision-making support."
46+
2020 IEEE 23rd international conference on information fusion (FUSION). IEEE, 2020.
4547
"""
4648
function spotis(
4749
decisionMat::Matrix,

0 commit comments

Comments
 (0)