Methods · Ranking
MACONT (Mixed Aggregation by Comprehensive Normalization Technique)
Rather than relying on a single form of scale equalisation, MACONT blends three different normalisations, scores every alternative in two separate ways, one comparing it against an average rival and one looking at its best-worst extremes, then combines these two scores.
Base method's data type: Classical
What Is the Method?
MACONT is a ranking method for when you already hold a numerical decision table and want the alternatives placed in a single order. Its output is a single comprehensive score for every alternative, and the rank produced by that score from highest to lowest. It takes weights from outside, it does not generate them. It was proposed by Wen, Liao and Zavadskas in 2020, in the journal Informatica. The method's distinguishing feature is the "comprehensive normalisation" named in its title: whereas methods such as TOPSIS choose a single form of scale equalisation, MACONT uses and blends three different forms at once.
The Philosophy Behind It
Different normalisation forms can give the same table different rankings; this is a known weakness of multi-criteria decision methods. MACONT's idea is this: instead of deciding which normalisation is "correct," use all three at once and blend them, so that the result does not depend on the distortion any single form would introduce alone. The method also splits the scoring into two parts. On one hand, it compares an alternative against a hypothetical "average rival," measuring how far ahead or behind it sits both additively and multiplicatively; this is a compensatory view. On the other hand, it looks separately at the criteria where the alternative is strongest and weakest; this is a view sensitive to the extremes. In the end, it combines the two views in equal measure.
This has one consequence: MACONT is partially compensatory. A weakness on one criterion can be offset to some extent by strength on another, but because the method weights the best and worst criteria separately rather than only the total gap, full compensation is not as easy here as with TOPSIS.
How It Works
The method proceeds through four steps.
First, the decision matrix and weights. Alternatives sit in rows, criteria in columns, and the weights sum to 1.
Second, triple comprehensive normalisation. MACONT equalises every column in three separate ways: dividing by the column sum, dividing by the column's largest value, and scaling the column to the 0–1 range. Each of these three forms has its own weakness. Dividing by the sum shifts every value whenever a new alternative is added to the table. Dividing by the largest value is sensitive to a single extreme value. Scaling to a range is itself affected by the smallest and largest value. MACONT reduces the three to a single combined table by taking their weighted average (equal thirds by default). This is to avoid dependence on any one normalisation form.
Third, the virtual reference and two sub-scores. A hypothetical "average alternative" is built by averaging every column of the combined table. This is not the best-worst extremes used in TOPSIS, but a benchmark point sitting exactly in the middle. For every real alternative, how far ahead or behind it sits relative to this average is summed in two separate ways. One is an additive, compensatory measure of the weighted differences. The other is a multiplicative, sharper measure comparing the ratio of criteria above the average to those below it. These two measures are combined in equal measure (by default) to obtain the first sub-score. In addition, the criterion where the alternative stands out furthest above the average and the one where it falls furthest behind are found and combined in equal measure to give a second sub-score; this second score looks at the extremes rather than the total gap.
Fourth, the comprehensive score. The two sub-scores are combined in equal measure to arrive at the final score, and the alternatives are ranked from highest to lowest.
The formulas behind these steps are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The comprehensive score is a unitless number showing how far an alternative sits from an average rival relative to the others; it is not a percentage or a probability, and it cannot be compared with another analysis's score. A large score does not mean "perfect," but "clearly above average within this alternative set."
The multiplicative sub-measure carries a risk. If an alternative sits very close to the average on exactly one criterion, the denominator of the multiplicative measure approaches zero, and this single criterion can disproportionately inflate or shrink the score. This is a sensitivity specific to MACONT's data structure, and an alternative that happens to land very close to the average on one criterion can make its score more volatile than expected. For this reason, the report should show how sensitive the gap between first and second place is to the normalisation weights (λ, μ) and to this multiplicative measure.
For this reason, instead of writing:
"MACONT found the best alternative"
the report should read:
"With these weights and this blend of the three normalisations, the alternative standing out furthest above average is this one; the ranking is sensitive to the blending ratio"
Data Type and Inputs
MACONT works with crisp data: one number per cell. DecisionMind currently carries only this crisp version; it has no fuzzy, grey or other data-type extension. You need alternatives in rows, criteria in columns, a fully populated table with no empty cells, direction information ("higher is better" or "lower is better") for every criterion, and weights summing to 1. MACONT does not produce weights, it asks for them. A minimum of two alternatives and two criteria is required.
When to Use It, When Not To
MACONT is a reasonable choice if your criteria are numerical, your table is fully populated, and you are concerned that the choice of normalisation form could change the result; using all three forms at once eases that concern to some degree. Its typical territory includes materials and supplier evaluation, and equipment and technology selection.
MACONT's two-step, two-sub-score structure does not make it as easy to explain as TOPSIS or SAW. For a team that wants a one-sentence answer to "why is this alternative ahead," a simpler method may be more suitable. MACONT is also unsuitable where a criterion can never be compromised, because it is partially compensatory.
A numerical table, concern over the choice of normalisation, the goal is ranking → MACONT
A method that can be explained simply, in one step → SAW, TOPSIS
No compromise allowed on one criterion → screen first, then rank
Not a ranking but weights are needed → AHP, BWM, SWARA (subjective); Entropy, CRITIC (objective)
Strengths
MACONT's principal strength is that it does not depend on a single normalisation form; blending the three dilutes the distortion any one of them would cause alone. Because it combines two different scoring logics, an additive comparison against the average and a comparison sensitive to the extremes, it gives a more balanced picture than methods relying on a single measure alone. The computational load is moderate, and the method continues to work in the same way as the number of alternatives grows.
Weaknesses
Its limitations stem from its own structure. First, the blending ratios of the three normalisations (λ, μ) and of the two sub-scores (δ, ϑ) are externally supplied parameters. The default equal weighting is not always the most accurate choice, and different ratios can produce a different ranking (Nguyen, 2023). Second, the multiplicative sub-measure is numerically fragile for criteria on which an alternative falls very close to the average alternative; in that case, the score can move more than expected. Third, because the method was proposed in 2020, it does not yet have as broad an independent body of applied and critical literature as TOPSIS or VIKOR; the rapidly growing number of newly proposed multi-criteria decision methods is a general problem that makes it harder to track how independently robust each one has been shown to be (Zavadskas, Turskis and Kildienė, 2014). Fourth, MACONT treats criteria as independent.
Common Mistakes
The most common mistake is leaving the blending parameters (λ, μ, δ, ϑ) at their default values without questioning them at all. These values are a decision and must be stated in the report; whether the ranking changes under a different blending ratio should be checked.
A second mistake is reading the comprehensive score as a percentage or a measure of certainty; the score only ranks this alternative set relative to itself. A third mistake is overlooking the case where an alternative lands very close to the average on one criterion; whether the multiplicative sub-score has grown disproportionately as a result should be separately checked. A fourth mistake is choosing MACONT for a situation where one criterion can never be compromised.
The governing principle is this:
A MACONT result is a summary of the blending ratios you chose and the alternative's position relative to the average; if the blending ratio is contested, the ranking is contested too, and the report must show this.
Cases
Each case opens with a decision table, describes in words what the method does to it, and shows how to read the result. The first case is DecisionMind's illustrative validation example; the figures were independently recomputed in Python and matched the manifest's values exactly. The remaining cases are illustrative constructions.
1. Construction materials: Choosing among three candidate materials (DecisionMind validation example)
An engineering firm must choose among three candidate construction materials. Three performance measures apply (C1, C2, C3), all "higher is better." The weights were set at 0.40 for C1 and 0.30 each for C2 and C3.
| Material | C1 | C2 | C3 |
|---|---|---|---|
| A1 | 8.0 | 7.0 | 6.0 |
| A2 | 7.0 | 9.0 | 8.0 |
| A3 | 6.0 | 8.0 | 9.0 |
| Direction | higher is better | higher is better | higher is better |
| Weight | 0.40 | 0.30 | 0.30 |
The method equalises and blends every column in three forms, then builds an average material. A2 holds middling values, between A1 and A3, on all three measures, but sits clearly above the average on the heaviest measure, C1 (0.40), and also carries the highest value on C2; this makes A2 the material that stands out furthest above average. A3 is best on C3, but has the lowest value on C1, and because C1 carries the highest weight, this weakness limits how far it can stand out.
| Material | Comprehensive score | Rank |
|---|---|---|
| A2 | 0.6635 | 1 |
| A3 | 0.0147 | 2 |
| A1 | -0.0793 | 3 |
The result reads as follows. A2 ranks first because it sits clearly above average on the two heaviest measures (C1 and C2, combined weight 0.70). The gap between A3 and A1 is small (0.0147 against -0.0793), and both fall behind A2.
The firm hesitates here: when the weights are changed to C1=0.20, C2=0.30, C3=0.50, that is, giving the highest weight to C3, the measure on which A3 is strongest, the ranking changes and A3 moves to first place (0.58), A2 drops to second (0.3741), and A1 remains third. This shows that MACONT's ranking depends on how much weight is given to which measure; A2 stays ahead as long as C1's weight is kept high.
In the report: "With the weights given (C1=0.40, C2=0.30, C3=0.30), A2 is the material standing out furthest above average (0.6635); when C1's weight is lowered below 0.20 and C3's weight raised, A3 moves ahead."
Source: this table and these figures are DecisionMind's validation example for the MACONT engine; they are not the paper's own figures. The method itself was proposed by Wen, Liao and Zavadskas (2020) and was separately validated against the paper's own example with 8 alternatives and 17 criteria.
2. Librarianship: Choosing an automation system for a provincial public library
A provincial public library must choose among three automation-system proposals. Three measures have been set: a user-interface satisfaction score, a technical-support speed score, and a benefit score derived from the inverse of total cost of ownership; all three are scaled in the "higher is better" direction. The weights were set by the library's management, with the highest weight given to interface satisfaction.
The method equalises the three proposals in a blended form, builds an average proposal, and computes how far each proposal sits from that average using both the additive and the multiplicative measures. Suppose the result places first the proposal with the best interface but only middling support speed; the lowest-cost proposal comes second, because it is weak on the interface.
The management hesitates here, asking whether the ranking might change if the interface-satisfaction weight were lowered and the cost weight raised. This also requires checking whether the blending parameters were left at their default values; a different blending ratio can give the same table a different comprehensive score.
In the report: "In the scenario where interface-satisfaction weight is kept highest, the top-ranked proposal does not change; when cost weight is brought forward, the ranking turns in favour of proposal 2."
3. Textiles: Choosing a yarn supplier for a factory
A textile factory must choose among three yarn suppliers. Four measures apply: yarn strength, a speed score derived from the inverse of delivery time, a price-competitiveness score, and a past order-performance score; all four are "higher is better." The weights were set by the procurement team.
The method blends the four measures and builds an average supplier; the result favours the supplier that is strong on strength and past performance but only middling on price. The cheapest supplier falls behind because it is weak on strength.
The team hesitates here, wanting to distinguish whether the cheapest supplier's poor showing comes from its weakness in strength or from a numerical sensitivity caused by the multiplicative sub-measure, where one of its criteria happens to land very close to the average. For this reason, the intermediate table, showing how close each supplier sits to the average on each criterion, is added to the report.
In the report: "Because strength and past performance together carry a combined weight of 0.55, the cheapest supplier has not been able to move ahead; the ranking changes when the price weight is increased."
4. What Not to Do
Had C1's direction been mistakenly marked "lower is better" in the first case's table, the average material would have been built from A3, which has the lowest C1 value, and the reason A2 stands out would be reversed. A second error is presenting a comprehensive score such as 0.6635 as a percentage or a degree of certainty; the score only ranks these three materials relative to one another. A third error is saying "MACONT found this" without ever stating the blending parameters (λ, μ, δ, ϑ); these parameters can change the result and must be stated explicitly in the report.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/macont
Wen, Z., Liao, H., & Zavadskas, E. K. (2020). MACONT: Mixed aggregation by comprehensive normalization technique for multi-criteria analysis. Informatica, 31(4), 857–880. DOI: 10.15388/20-INFOR417
Sibevei, A., & Mirsaeedi, F. (2026). MACONT: Mixed aggregation by comprehensive normalization technique for multi-attribute decision-making. In Encyclopedia of Multi-Attribute Decision Making (MADM). Elsevier. DOI: 10.1016/b978-0-443-33275-3.00042-7
Nguyen, A.-T. (2023). Expanding the data normalization strategy to the MACONT method for multi-criteria decision making. Engineering, Technology & Applied Science Research, 13(2). DOI: 10.48084/etasr.5672
Zavadskas, E. K., Turskis, Z., & Kildienė, S. (2014). State of art surveys of overviews on MCDM/MADM methods. Technological and Economic Development of Economy, 20(1), 165–179. DOI: 10.3846/20294913.2014.892037