Extension card · Fuzzy
Interval-valued intuitionistic fuzzy ARAS (aggregative, DecisionMind derivation)
Interval-valued intuitionistic fuzzy ARAS is the form of ARAS for situations where the degree of support and rejection of a judgement is itself not a single number but an interval. It aggregates the alternatives across criteria with weights, then computes the ratio to the optimal alternative.
Base method
ARAS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Fuzzy →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Five things change; the logic of taking a ratio to the optimal alternative does not.
Cells. In crisp ARAS every cell is a single positive number. Here every cell consists of four numbers: the lower and upper bound of the degree of support, and the lower and upper bound of the degree of rejection. A judgement such as "my confidence in this supplier is between 0.65 and 0.75, my reservation between 0.15 and 0.20" corresponds to these four numbers. The difference from intuitionistic fuzzy is that support and rejection are themselves each an interval; the expert states not only "how much I support" but also how certain this support is.
Cost direction. On a cost criterion, direction is reversed by swapping the support and rejection intervals; this must not be confused with crisp ARAS's 1/x operation.
Optimal alternative. The optimal-alternative row is not copied from a single real alternative, as it is in crisp ARAS. For every criterion, the largest of all observed alternatives' lower support bounds, the largest of their upper support bounds, the smallest of their lower rejection bounds and the smallest of their upper rejection bounds are taken separately. This is an "envelope" value that assembles the best of each criterion and does not match any real alternative exactly.
Weighted aggregation instead of scale equalisation. Crisp ARAS first divides columns by their sum and then multiplies by the weight. Here there is no separate column normalisation; every alternative's (and the optimal row's) support-rejection intervals across criteria are reduced directly to a single support-rejection interval pair by interval-valued intuitionistic fuzzy's own weighted aggregation operation (IIFWA). This aggregation is an algebraic sum that treats criterion weights as exponents; its result is again a support-rejection interval pair, not yet a single number.
Result and defuzzification. Only in this last step does the aggregated support-rejection interval pair descend to a single number through a score function. The score is found by subtracting the sum of the lower and upper rejection bounds from the sum of the lower and upper support bounds, then dividing by two. The utility degree K is the ratio of a real alternative's score to the optimal row's score.
DecisionMind fixes, in this classical form, the construction of the optimal row as a criterion-by-criterion envelope, the weighted aggregation operator (IIFWA), and this average-like score function.
How to Read the Output
The utility degree K is read as in crisp ARAS: a percentage-like benefit relative to the optimal alternative, meaningful only for this particular alternative set and these weights. The difference is here: beneath K now lies a four-number support-rejection interval that has first been aggregated with weights and then reduced to a single number by a score function. When a criterion is given excessive weight this score can come out negative; in that case K's interpretation as "what percentage of benefit" breaks down and the weight distribution should be reviewed.
Thus instead of writing:
"According to interval-valued intuitionistic fuzzy ARAS, A2 is the best alternative"
the report should read:
"Relative to the optimal alternative derived from this alternative set, A2 has the highest utility degree (K=0.91); this ratio is meaningful only with these weights, and if weight is shifted excessively onto one criterion the score can turn negative, invalidating the interpretation"
When to Prefer This over the Base Method
This extension is suitable when a criterion assessment rests on a judgement, and the degree of support and rejection of that judgement is itself uncertain. An expert may answer "how much do I support this" not with a single number but with an interval. Example: when the lower and upper bounds of support-rejection scores given by several assessors are known but there is no single point of consensus. If support and rejection are already single points (zero interval width), this extra width adds nothing and intuitionistic fuzzy is sufficient. Crisp ARAS's exit condition applies here too: if no compromise is acceptable on one criterion, this extension is also fully compensatory.
Mistakes Specific to This Extension
Allowing the lower bound to exceed the upper bound. In every interval the lower bound must be less than or equal to the upper bound; unless this is checked, both the support-rejection bound (μᵁ+νᵁ≤1) and the aggregation operation become meaningless.
Copying the optimal row from a single real alternative. The optimal row is an envelope built criterion by criterion; "making the best alternative's row the optimal row as it stands" is correct in crisp ARAS but wrong here, because no real alternative may be best on every criterion at once.
Reading the score as "what percentage probability." The score is a quantity that can range between −1 and 1, not a probability; it can come out negative when weight is shifted excessively onto one criterion.
Reporting without stating the defuzzification method. The score used here is a midpoint-form definition; other score definitions exist in the literature, and which one was used must be stated in the report.
The governing principle is this:
In interval-valued intuitionistic fuzzy ARAS, the support-rejection interval passes through weighted aggregation and descends to a single score only in the final step. The optimal row is not a real alternative but a criterion-by-criterion envelope; it must also be remembered that the score can turn negative under extreme weights.
Cases
The first case is DecisionMind's validation example: since no shared IV-ARAS application example exists in the literature, a synthetic table of three alternatives on three criteria was built, staying faithful to the formula chain. The second case is an illustrative construction.
1. Illustrative example: Three alternatives assessed on three criteria (DecisionMind validation example)
Three alternatives (A1, A2, A3) are assessed on three criteria (C1, C2 higher is better; C3 lower is better) with interval support-rejection pairs. The weights are C1=0.40, C2=0.35, C3=0.25.
| Alternative | C1 | C2 | C3 |
|---|---|---|---|
| A1 | support [0.65; 0.75] / rejection [0.15; 0.20] | support [0.45; 0.55] / rejection [0.30; 0.40] | support [0.55; 0.65] / rejection [0.20; 0.30] |
| A2 | support [0.75; 0.85] / rejection [0.05; 0.10] | support [0.55; 0.65] / rejection [0.20; 0.30] | support [0.35; 0.45] / rejection [0.40; 0.50] |
| A3 | support [0.55; 0.65] / rejection [0.20; 0.30] | support [0.65; 0.75] / rejection [0.15; 0.20] | support [0.45; 0.55] / rejection [0.30; 0.40] |
The method swaps support and rejection on C3 and builds the optimal alternative as a criterion-by-criterion envelope. It then reduces each row to a single support-rejection interval with weighted aggregation (IIFWA), converts this to a single number with the score function, and takes its ratio to the optimal alternative's score.
| Alternative | Utility degree (K) | Rank |
|---|---|---|
| A2 | 0.906 | 1 |
| A3 | 0.598 | 2 |
| A1 | 0.446 | 3 |
The result reads as follows. A2 has the narrowest and highest support interval on C1 ([0.75; 0.85]), the heaviest criterion, and remains advantaged on the cost-oriented C3 (once reversed); being strong on both heavy criteria at once, it comes first.
The board's hesitation is this: what if the weight shifted towards C2? Verified with an independent Python calculation, once the weights are redistributed as C1=0.10, C2=0.70, C3=0.20, the utility degrees come out at 0.857 for A3, 0.740 for A2, and 0.250 for A1. First place passes from A2 to A3.
In the report: "With the given weights (0.40; 0.35; 0.25), A2 has the highest utility degree (K=0.91). Once the weight is shifted markedly towards C2 (0.10; 0.70; 0.20), first place passes to A3; the weight distribution must therefore be separately justified in the report."
Source: DecisionMind's validation example for the interval-valued intuitionistic fuzzy ARAS engine; since no shared IV-ARAS application table exists in the literature, this was built synthetically, and the expected results were derived from the manifest's own formula chain (support-rejection complement, envelope optimal row, IIFWA aggregation, score, ratio). The figures for the weight-change scenario were independently recomputed on the same engine by this card's author.
2. Publishing: Choosing a cover design for a book series
A publishing house will choose among three cover designs for a new book series. Three criteria apply: visual appeal (higher is better), print cost (lower is better), and fit with brand identity (higher is better). The design jury has reported, for each design, both how much they like it and how much reservation they have. This report is given as an interval with a lower and upper bound, also reflecting the difference of opinion among members.
The method compares the three designs: it swaps support and rejection on the cost criterion, builds the optimal design as a criterion-by-criterion envelope, aggregates with IIFWA, and scores and takes the ratio. The jury has given the highest weight (0.5) to visual appeal.
| Design | Utility degree (K) | Rank |
|---|---|---|
| T1 | 0.944 | 1 |
| T3 | 0.748 | 2 |
| T2 | 0.344 | 3 |
The jury's hesitation is this: brand-identity fit may be more critical to the series' long-term recognisability than visual appeal. If the weights are redistributed as visual appeal 0.2, print cost 0.1, brand fit 0.7, verified with an independent Python calculation, T3 comes out at 0.936, T1 at 0.861, and T2 at 0.446, and first place passes to T3.
In the report: "With the high weight given to visual appeal, T1 comes out ahead (K=0.944). Once the weight is shifted to brand-identity fit (0.2; 0.1; 0.7), first place passes to T3; the publishing house must therefore decide which criterion better serves the series' long-term goal."
3. What Not to Do
In the illustrative example, building the optimal alternative by copying A2's row, the one with the highest utility degree, as it stands is wrong. This shortcut is valid in crisp ARAS but not here, because A2 is weaker than A3 on criterion C2, and the envelope cannot capture this. The second error, in the cover-design example, is presenting the 0.944-against-0.748 gap between T1 and T3 as a fixed lead without ever noting its sensitivity to the weights; as Case 2 shows, this gap can reverse with a single weighting decision. The third error is failing to question whether the weight distribution is reasonable before interpreting a negative score (as can arise under an extreme weighting scenario) as "the worst alternative"; a negative score is most often a sign that weight has been loaded excessively onto one criterion.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/iv-aras
Zavadskas, E. K., & Turskis, Z. (2010). A new additive ratio assessment (ARAS) method in multicriteria decision-making. Technological and Economic Development of Economy, 16(2), 159–172. DOI: 10.3846/tede.2010.10
Atanassov, K., & Gargov, G. (1989). Interval valued intuitionistic fuzzy sets. Fuzzy Sets and Systems, 31(3), 343–349. DOI: 10.1016/0165-0114(89)90205-4
Atanassov, K. T. (1986). Intuitionistic fuzzy sets. Fuzzy Sets and Systems, 20(1), 87–96. DOI: 10.1016/S0165-0114(86)80034-3
Moore, R. E. (1966). Interval Analysis. Prentice-Hall. (no DOI)