Extension card · Neutrosophic
Neutrosophic PROMETHEE (Xu, Wei, Ding & Bin, 2020)
Neutrosophic PROMETHEE is the form of PROMETHEE used when criterion scores are given as degrees of truth, indeterminacy and falsity (a single-valued neutrosophic number). Every triple is reduced to a score and a signed distance, and the preference function and the flows are built on these.
Base method
PROMETHEE →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Neutrosophic →
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?
Four things change; the logic of the preference function and the flows does not.
Cells. In crisp PROMETHEE every cell is a single number. Here every cell consists of three degrees: truth (T), indeterminacy (I) and falsity (F); each lies between 0 and 1, all three are independent of one another, and their sum is not forced to equal 1. Weights remain crisp and are taken from outside, summing to 1; the method does not generate weights, and group decisions are not supported by a separate mechanism at this entry.
Complementing for cost criteria. In crisp PROMETHEE, the difference on a cost criterion is taken with a reversed sign. Here every (T, I, F) triple in a cost column is converted to its complement, (F, 1−I, T), so that every criterion is reduced to a single "higher is better" representation.
Score and signed distance. In crisp PROMETHEE the difference is a direct subtraction. Here two things are computed: first, every triple is reduced to a single number with Xu and colleagues' (2020) score, (2 + T − I − F)/3; whichever score is larger determines the sign of the difference. The magnitude of the difference is computed with a three-component Euclidean distance, the square root of the mean of the squared differences of the T, I and F components taken separately. The sign comes from the score, the magnitude from the distance; the two are not multiplied, the sign is applied to the magnitude.
Preference function and flows. This signed distance is passed through a thresholded preference function (default threshold 0.5): the preference is zero if the distance is negative, exactly one if it exceeds the threshold, and rises linearly in between. It is multiplied by the criterion weight and summed; the entering flow (φ⁺) and the leaving flow (φ⁻) are computed with the same averaging definition as in crisp PROMETHEE.
DecisionMind fixes, at this entry, Xu and colleagues' (2020) score, (2+T−I−F)/3, and the T-I-F distance; this should not be confused with the general neutrosophic score shortcut on the data-type card, (T−F+1)/2, which gives a different number. According to the manifest's own note, these steps are faithful to the algorithm in Xu and colleagues' (2020) article; there is no early simplification here of the kind found in the fuzzy and intuitionistic fuzzy PROMETHEE entries.
How to Read the Output
The net flow is a value as in crisp PROMETHEE, and it is read the same way: it is assessed together with the entering and leaving flows, and is not compared with another method's score.
What differs is this: this net flow has reduced the truth-indeterminacy-falsity triple to both a score and a distance. The indeterminacy (I) component enters only the magnitude of the distance, not the sign of the score directly; that is, the difference between two alternatives with high indeterminacy can produce a larger degree of preference than the same score difference with low indeterminacy. For this reason, alongside the net flow, the report should separately state on which criteria indeterminacy (I) is high and how this has enlarged the degree of preference.
Thus instead of writing:
"According to neutrosophic PROMETHEE, A3 is clear because contradictory evidence has been taken into account"
the report should read:
"The truth-indeterminacy-falsity triples have been processed with Xu and colleagues' (2020) score and the T-I-F distance; A3 has the highest net flow, and this result is also influenced by the enlarged distance on the criteria where indeterminacy is high"
When to Prefer This over the Base Method
Use this extension when information about a criterion is missing, inconsistent or contradictory, and this matters enough to affect the decision: evaluating an alternative with no track record, conflicting expert reports, partially observable systems. If the evaluation rests on a reliable measurement, or experts do not report a separate indeterminacy share, moving to the neutrosophic structure adds nothing.
If the sum of the three components is forced to equal 1 (T+I+F=1), the intuitionistic fuzzy structure should in fact be used; the rationale for the neutrosophic structure is that its components are independent of one another. The base method should be kept when criteria are measured. Turning a measured proportion directly into T and deriving I as 1−T−F does not produce neutrosophic data; it zeroes out the independence. If the table is mixed, DecisionMind requires a single data type. Crisp PROMETHEE's exit conditions apply here in exactly the same way: if the number of alternatives exceeds fifty, the burden of pairwise comparison grows large, and if a full ranking is not needed but an honest partial relation is, PROMETHEE I's reading, or the ELECTRE family, should be considered.
Mistakes Specific to This Extension
Forcing the sum of the three components to equal 1. T, I and F come from independent sources; trying to complete their sum to 1 (for instance, computing I as 1−T−F) reduces the structure to an intuitionistic fuzzy pair and removes the rationale for using neutrosophic data.
Value-range violation. T, I and F must each lie between 0 and 1; a component that falls outside this range must be corrected before it enters the preference function.
Changing the score function without stating it. DecisionMind uses the score (2+T−I−F)/3 at this entry; the general shortcut on the data-type card, (T−F+1)/2, gives a different number and can lead to a different ranking. Which score is used must be stated in the report.
The governing principle is this:
Neutrosophic PROMETHEE's contribution is to carry truth, indeterminacy and falsity without collapsing them into one another; forcing the sum of the components, exceeding their range, or changing the score function without stating it removes this contribution.
Cases
The first case is DecisionMind's validation example: according to the manifest's own note, this is a synthetic 3×3 table produced with its own figures, faithful to the steps in Xu and colleagues' (2020) article. The second case is an illustrative fiction.
1. Illustrative example (DecisionMind's validation example): three suppliers, three criteria
Three suppliers (A1, A2, A3) are evaluated on three criteria (C1, C2, C3, all "higher is better") with truth-indeterminacy-falsity triples.
| Supplier | C1 (T, I, F) | C2 (T, I, F) | C3 (T, I, F) |
|---|---|---|---|
| A1 | (0.70; 0.20; 0.10) | (0.60; 0.30; 0.20) | (0.50; 0.40; 0.30) |
| A2 | (0.50; 0.30; 0.40) | (0.70; 0.20; 0.20) | (0.60; 0.30; 0.30) |
| A3 | (0.80; 0.10; 0.20) | (0.50; 0.40; 0.30) | (0.70; 0.30; 0.20) |
| Direction | higher is better | higher is better | higher is better |
| Weight | 0.40 | 0.30 | 0.30 |
The method reduces every triple to a single number with the score (2+T−I−F)/3, takes the sign of each pairwise comparison from the score difference and the magnitude from the T-I-F distance, evaluates this with the thresholded preference function (threshold 0.5), combines it with the weights and computes the flows.
| Supplier | Net flow (φ) | Rank |
|---|---|---|
| A3 | 0.120 | 1 |
| A1 | -0.015 | 2 |
| A2 | -0.105 | 3 |
The result reads as follows. A3 has the highest truth and the lowest indeterminacy on C1, the heaviest criterion; although it is relatively weak on C2, its superiority on C1 and C3 more than compensates. A1 and A2 turn out close to one another; A1 is not the weakest on any criterion, while A2 has the weakest truth and the highest falsity on C1.
The committee may hesitate here. If the weight were shifted to C3 and lowered on C1 (C1=0.20, C2=0.20, C3=0.60, computed by independently running the same algorithm in Python), the net flows become 0.147 for A3, -0.040 for A2, and -0.107 for A1, and A2 moves ahead of A1. This shows that the difference between A1 and A2 is sensitive to the weight given to C1; once C3 comes to the fore, A2's relatively good truth on C3 is enough to overtake A1.
In the report: "The truth-indeterminacy-falsity triples have been processed with Xu and colleagues' (2020) score and the T-I-F distance. Under the current weights, A3 leads with a net flow of 0.120; the second-place ranking between A1 and A2 is sensitive to the weight given to C1, and A2 moves ahead if the weight shifts to C3."
Source: This table is DecisionMind's validation constant for neutrosophic PROMETHEE; according to the manifest's own note it was produced synthetically with its own figures, faithful to the steps (F1-F5) in Xu, Wei, Ding and Bin's (2020) article, and is not transcribed from any specific table in the article. The figures for the weight-change scenario were independently recomputed with the same algorithm by this card's author.
2. Media: A broadcaster's choice of content partner
A broadcaster will choose among three content partners for a new drama project. Criteria: originality of the script, the production team's track record and expected budget discipline (all three "higher is better"). One candidate has both very positive evidence (an award-winning previous project) and very negative evidence (a recently uncompleted project); another candidate has almost no track record at all.
The method compares the three partners, reduces each criterion's truth-indeterminacy-falsity triple to a score and a distance, processes it with the preference function and finds the net flows. Suppose the candidate carrying both strong favourable and strong adverse evidence has the highest truth on script originality and therefore leads on net flow; the candidate with almost no track record neither stands out much nor falls far behind, because of its high indeterminacy, and comes second; the third candidate remains average on all three criteria.
Here the broadcaster may hesitate. The high falsity (F) share carried by the first candidate may be pointing to the risk of the production not being completed; this risk appears in the net flow as a contradiction where truth and falsity are both high, but the number itself does not highlight this. Before signing, the broadcaster should separately examine the source of this contradiction, that is, which project it comes from.
In the report: "Under the weight given to script originality, the first candidate clearly leads on net flow; the high falsity share carried by this candidate should be read as a separate risk indicator and examined further before the contract is signed."
3. What Not to Do
Forcing the illustrative example's A2 triple on C1, (0.50; 0.30; 0.40), into a component sum of 1, for instance (0.50; 0.30; 0.20), is wrong; T, I and F are independent of one another and their sum is not completed to 1. The second error is recomputing one of A3's components on C3 (for example I=0.30) as 1−T−F and calling it a "simplification"; this ignores the fact that I comes from its own source and zeroes out the independence. The third error is reporting DecisionMind's score of (2+T−I−F)/3 as if it were the general shortcut (T−F+1)/2 from the data-type card, without stating the substitution; these two scores give different numbers for the same triple and can change the ranking.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/n-promethee
Xu, D., Wei, X., Ding, H., & Bin, H. (2020). A new method based on PROMETHEE and TODIM for multi-attribute decision-making with single-valued neutrosophic sets. Mathematics, 8(10), 1816. DOI: 10.3390/math8101816
Brans, J. P., & Vincke, Ph. (1985). A preference ranking organisation method (The PROMETHEE method for multiple criteria decision-making). Management Science, 31(6), 647–656. DOI: 10.1287/mnsc.31.6.647
Smarandache, F. (1998). Neutrosophy: Neutrosophic Probability, Set, and Logic. American Research Press, Rehoboth. (no DOI)
Wang, H., Smarandache, F., Zhang, Y., & Sunderraman, R. (2010). Single valued neutrosophic sets. Multispace and Multistructure, 4, 410–413. (no DOI)