You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements the SPOTIS Rank Reversal Free Method for Multi-Criteria Decision-Making Support
33
+
34
+
# Arguments
35
+
36
+
- `decisionMat::Matrix`: The decision matrix in type of Matrix.
37
+
- `weights::Array{Float64,1}`: Array of weights for each criterion.
38
+
- `dirs::Array{<:Function,1}`: Array of functions. The elements are either minimum or maximum.
39
+
- `lowerbounds::Union{Nothing, Array{Float64,1}}`: Optional array of lower bounds for each criterion. If not provided, the minimum values of the decision matrix will be used.
40
+
- `upperbounds::Union{Nothing, Array{Float64,1}}`: Optional array of upper bounds for each criterion. If not provided, the maximum values of the decision matrix will be used.
41
+
42
+
# Reference:
43
+
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.
0 commit comments