Extension card · Neutrosophic
Neutrosophic WPM (Ye, 2014)
N-WPM is the form of WPM used when criterion assessments are expressed as degrees of truth (T), indeterminacy (I) and falsity (F). Criteria are combined with the neutrosophic weighted geometric aggregation operator (SVNWG), and reduced, at the very last step, to a single score that counts indeterminacy with double weight.
Base method
WPM →
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?
Three things change; the multiplicative logic and defuzzification happening at the very end do not.
Cells. In crisp WPM every cell is a single, strictly positive number. Here every cell consists of three independent components: truth (T), indeterminacy (I) and falsity (F). All three lie within 0-1, and their sum can take any value between 0 and 3. Criterion weights are taken from outside as crisp numbers.
Handling direction (cost criteria). On a cost criterion, every triple is converted to its own complement; (F, 1−I, T) is written in place of (T, I, F). Here it is not only T and F that swap; I also turns into its own complement (1−I). This differs from the intuitionistic fuzzy extension's simple (μ, ν) → (ν, μ) complement; the presence of a third component extends the complementation rule to all three.
Aggregation and defuzzification. Criteria are combined with the neutrosophic weighted geometric aggregation operator (SVNWG, Ye 2014). The combined truth is computed as Π T_j^{w_j}; this is multiplicative, meaning a weak T on one criterion pulls the whole down. The combined indeterminacy is computed as 1 − Π(1 − I_j)^{w_j}, and the combined falsity as 1 − Π(1 − F_j)^{w_j}; both take the form of a probabilistic sum, meaning a high I or F on one criterion pulls the whole up in proportion to its weight. T behaving multiplicatively while I and F behave in a sum-like way means that WPM's unforgiving character towards a weak criterion is preserved in the truth component, while indeterminacy and falsity accumulate.
Defuzzification happens at the very last step. DecisionMind uses a score here that weights indeterminacy twice: s = (1 + T − 2I − F) / 2. This differs from simply reading truth minus falsity (T − F). Of two alternatives with the same T and F, the one with the higher indeterminacy (I) is penalised more heavily in the score. In the event of a tie, a second criterion takes over: the accuracy function a = T − F breaks the ranking.
For this extension, DecisionMind fixes three things: the SVNWG operator (Ye 2014) as the aggregation rule, the score function s = (1 + T − 2I − F) / 2 as the defuzzification rule, and the accuracy function a = T − F as the tie-breaker. Weights are taken from outside; the method does not generate weights and does not support group decision-making.
How to Read the Output
As in crisp WPM, the score is only a ranking within this particular alternative set. The unit-independence advantage does not apply here, because the criteria are no longer measured quantities but degrees of truth, indeterminacy and falsity.
The difference lies here. A high T alone does not guarantee a high score. If an alternative's truth is high but the information behind it is incomplete or contradictory, that is, I is high, the score does not ignore this; it pulls the score down with double weight. The report should therefore show not only the combined score but also what the T, I and F components that make it up say separately.
Thus instead of writing:
"A3 is the best alternative because its truth is the highest"
the report should read:
"A3's combined truth is the highest; the score reduces this truth by also taking into account the accompanying indeterminacy and falsity (with indeterminacy at double weight), so A3's advantage should be read from s as a whole, not from T alone"
When to Prefer This over the Base Method
This extension is used when the information about a criterion is incomplete, inconsistent or contradictory, and this matters for the decision itself. Examples: alternatives with no track record, conflicting expert opinions, partially observable systems. Forcing T + I + F to equal 1, or computing I as 1 − T − F, zeroes out this extension's contribution; the general warning on the neutrosophic data-type card applies here too.
The crisp method's exit condition applies here too. A situation where every alternative gets the same score on a criterion can render scale equalisation and aggregation meaningless. T, I and F must each lie within 0-1, and the sum T + I + F must not exceed 3.
Mistakes Specific to This Extension
Not knowing that indeterminacy (I) enters the score with double weight. In the illustrative example below, A1's truth (0.604) is lower than A3's (0.668), but the gap is small. What actually decides it is that A1's indeterminacy (0.295) is higher than A3's (0.261); this gap is reflected in the score twice over.
Forcing T + I + F to sum to 1. The neutrosophic components are independent; forcing their sum to equal 1 removes the structure's one contribution, carrying contradictory or incomplete evidence separately.
Mistaking the accuracy function (a = T − F) for the main score. In DecisionMind, a is only a tie-breaker that comes into play when s ties; the main ranking criterion is s.
Swapping only T and F on a cost criterion and leaving I unchanged. The correct complement, (T, I, F) → (F, 1−I, T), changes all three at once; leaving I unchanged leads to an invalid aggregation.
The governing principle is this:
In N-WPM, the score is not simply truth minus falsity; the indeterminacy share enters the score with double weight, so an alternative with high truth but also high indeterminacy can come out weaker than it appears.
Cases
The first case is DecisionMind's validation example. The manifest record states explicitly that N-WPM's numerical example from the literature (Ye, 2014) was not carried into the engine pool; instead, a closed-form synthetic example based on F.steps was constructed. The second case is an illustrative construction.
1. Illustrative example (DecisionMind's validation example): Neutrosophic assessment of three suppliers
A firm is assessing three suppliers (A1, A2, A3) on three criteria. Every cell is expressed as a truth-indeterminacy-falsity triple (T, I, F); all three criteria are "higher is better."
| Supplier | Criterion 1 | Criterion 2 | Criterion 3 |
|---|---|---|---|
| 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 combines the three criteria with SVNWG: combined T = Π T_j^{w_j}, combined I = 1 − Π(1 − I_j)^{w_j}, combined F = 1 − Π(1 − F_j)^{w_j}. It then reduces this to the score s = (1 + T − 2I − F) / 2.
| Supplier | Combined (T; I; F) | Score (s) | Rank |
|---|---|---|---|
| A3 | (0.668; 0.261; 0.231) | 0.457 | 1 |
| A1 | (0.604; 0.295; 0.194) | 0.410 | 2 |
| A2 | (0.584; 0.271; 0.315) | 0.363 | 3 |
The result can be read as follows. A3 has the highest truth and the lowest indeterminacy on Criterion 1, the heaviest criterion; together these give it a clear lead in the score. The gap between A1 and A3 comes less from A1's truth than from its indeterminacy being higher (0.295 against 0.261).
The firm has one hesitation. What puts A3 ahead is its lead on Criterion 1 (0.80; 0.10; 0.20), the heaviest criterion. If this triple stepped back by one notch towards A2's (0.70; 0.20; 0.20), A3's score would fall from 0.457 to 0.406, and A1 (0.410) would take first place. This has been verified by recomputing it in Python; A3's lead depends on a single notch of advantage on the heaviest criterion.
In the report: "A3 leads on the combined score (0.457). However, this lead rests on a single notch of difference on Criterion 1, the heaviest criterion; if this gap closes, A1 takes first place."
Source: this case is a validation example for DecisionMind's N-WPM engine. Since the numerical example in Ye's (2014) paper was not carried into the engine pool, a synthetic example was constructed to make the SVNWG and score skeleton in F.steps traceable by hand (see the verification notes). The combined values and scores were independently recomputed in Python.
2. Healthcare: A hospital administration's investment in a new diagnostic device
A hospital administration will allocate a limited capital budget to one of three diagnostic-device models (A1, A2, A3). Three criteria are used: diagnostic accuracy (evidence compiled from clinical literature and manufacturer data), ease of use (staff feedback) and maintenance reliability (evidence that is incomplete and contradictory, since the service history is limited). The evaluation committee has assigned T, I, F degrees on these three criteria for every device.
The method combines the three criteria with SVNWG and reduces them to the score s. Suppose the device with the highest diagnostic accuracy is also the one with the most incomplete and contradictory evidence on maintenance reliability, that is, the highest I. This device therefore ends up behind where its accuracy would suggest, on the combined score. The device with moderate accuracy but more consistent maintenance evidence moves ahead instead.
The administration has one hesitation. The indeterminacy on the maintenance-reliability criterion stems from the device's short service history, since it is new; this indeterminacy may fall over time as more service data accumulates. The administration should support its decision not only with the current indeterminacy but also with a plan to re-evaluate after a year.
In the report: "On the evidence available, the device with moderate accuracy and more consistent maintenance evidence leads. The highest-accuracy device falls behind because of the indeterminacy arising from its short service history; the result should be re-evaluated as this indeterminacy falls."
3. What Not to Do
The first error is using, in the illustrative example, a simplified score formula that leaves out the indeterminacy (I) component; for instance, T − F + 1 without dividing by two, or without I at all. This formula produces inflated figures such as A3=0.718, A1=0.705, A2=0.635, whereas the real scores are 0.457, 0.410 and 0.363. Although the ranking happens to stay the same in this example, these numbers do not match what DecisionMind reports, and they give the false impression that indeterminacy is not being penalised.
The second error is mistaking the tie-breaking accuracy function (a = T − F) for the main score and reporting only that. In DecisionMind, a comes into play only when s ties.
The third error is reading the s score, a number between 0 and 1 such as 0.457, as an accuracy percentage or a probability. In fact, s is a weighted combination of T, I and F, not a probability.
Sources
For the formulas behind each step and citation formats, see the DecisionMind method page: decisionmind.app/library/n-wpm
Miller, D. W., & Starr, M. K. (1969). Executive Decisions and Operations Research. Prentice-Hall. (no DOI; the founding source of crisp WPM)
Ye, J. (2014). A multicriteria decision-making method using aggregation operators for simplified neutrosophic sets. Journal of Intelligent & Fuzzy Systems, 26(5), 2459–2466. DOI: 10.3233/IFS-130916
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)