Minimax Condorcet Method
   HOME

TheInfoList



OR:

In
voting system An electoral or voting system is a set of rules used to determine the results of an election. Electoral systems are used in politics to elect governments, while non-political elections may take place in business, nonprofit organizations and inf ...
s, the Minimax Condorcet method is a single-winner ranked-choice voting method that always elects the majority (Condorcet) winner. Minimax compares all candidates against each other in a
round-robin tournament A round-robin tournament or all-play-all tournament is a competition format in which each contestant meets every other participant, usually in turn.''Webster's Third New International Dictionary of the English Language, Unabridged'' (1971, G. & ...
, then ranks candidates by their worst election result (the result where they would receive the fewest votes). The candidate with the ''largest'' (maximum) number of votes in their ''worst'' (minimum) matchup is declared the winner.


Description of the method

The Minimax Condorcet method selects the candidate for whom the greatest pairwise score for another candidate against him or her is the least such score among all candidates.


Football analogy

Imagine politicians compete like football teams in a
round-robin tournament A round-robin tournament or all-play-all tournament is a competition format in which each contestant meets every other participant, usually in turn.''Webster's Third New International Dictionary of the English Language, Unabridged'' (1971, G. & ...
, where every team plays against every other team once. In each matchup, a candidate's score is equal to the number of voters who support them over their opponent. Minimax finds each team's (or candidate's) worst game – the one where they received the smallest number of points (votes). Each team's tournament score is equal to the number of points they got in their worst game. The first place in the tournament goes to the team with the best tournament score.


Formal definition

Formally, let \operatorname(X,Y) denote the pairwise score for X against Y. Then the candidate, W selected by minimax (aka the winner) is given by: : W = \arg \min_X \left( \max_Y \operatorname(Y, X)\right)


Variants of the pairwise score

When it is permitted to rank candidates equally, or not rank all candidates, three interpretations of the rule are possible. When voters must rank all the candidates, all three variants are equivalent. Let d(X, Y) be the number of voters ranking ''X'' over ''Y''. The variants define the score \operatorname(X, Y) for candidate ''X'' against ''Y'' as: #The number of voters ranking ''X'' above ''Y'', but only when this score exceeds the number of voters ranking ''Y'' above ''X''. If not, then the score for ''X'' against ''Y'' is zero. This variant is sometimes called ''winning votes'' is the most commonly used and preferred by social choice theorists. #*\operatorname(X,Y) := \begin d(X, Y), & d(X, Y) > d(Y, X) \\ 0, & \text \end #The number of voters ranking ''X'' above ''Y'' minus the number of voters ranking ''Y'' above ''X''. This variant is called ''margins'', and is less used. #*\operatorname(X,Y) := d(X, Y) - d(Y, X) #The number of voters ranking ''X'' above ''Y'', regardless of whether more voters rank ''X'' above ''Y'' or vice versa. This variant is called ''pairwise opposition'', and is also rarely used. #*\operatorname(X,Y) := d(X, Y) When one of the first two variants is used, the method can be restated as: "Disregard the weakest pairwise defeat until one candidate is unbeaten." An "unbeaten" candidate possesses a maximum score against him which is zero or negative.


Satisfied and failed criteria

Minimax using ''winning votes'' or ''margins'' satisfies the
Condorcet Marie Jean Antoine Nicolas de Caritat, Marquis of Condorcet (; ; 17 September 1743 – 29 March 1794), known as Nicolas de Condorcet, was a French philosopher, political economist, politician, and mathematician. His ideas, including suppo ...
and the majority criterion, but not the Smith criterion, mutual majority criterion, or
Condorcet loser criterion In single-winner voting system theory, the Condorcet loser criterion (CLC) is a measure for differentiating voting systems. It implies the majority loser criterion but does not imply the Condorcet winner criterion. A voting system complying wi ...
. When ''winning votes'' is used, minimax also satisfies the
plurality criterion There are a number of different criteria which can be used for voting systems in an election, including the following Condorcet criterion and similar criteria Condorcet criterion Condorcet loser criterion Smith criterion Consistency crit ...
. Minimax fails
independence of irrelevant alternatives Independence of irrelevant alternatives (IIA) is an axiom of decision theory which codifies the intuition that a choice between A and B (which are both related) should not depend on the quality of a third, unrelated outcome C. There are several dif ...
, independence of clones, local independence of irrelevant alternatives, and independence of Smith-dominated alternatives. With the ''pairwise opposition'' variant (sometimes called MMPO), minimax only satisfies the majority-strength
Condorcet criterion A Condorcet winner (, ) is a candidate who would receive the support of more than half of the electorate in a one-on-one race against any one of their opponents. Voting systems where a majority winner will always win are said to satisfy the Condo ...
; a candidate with a relative majority over every other may not be elected. MMPO is a later-no-harm system and also satisfies
sincere favorite criterion The sincere favorite or no favorite-betrayal criterion is a voting system criterion, property of some voting systems that says voters should have no incentive to vote for someone else over their favorite.Alex Small, “Geometric construction of vo ...
. Nicolaus Tideman modified minimax to only drop edges that create Condorcet cycles, allowing his method to satisfy many of the above properties.
Schulze's method Articles with example pseudocode Debian Electoral systems Monotonic Condorcet methods Single-winner electoral systems The Schulze method (), also known as the beatpath method, is a single winner Ranked voting, ranked-choice voting rule developed b ...
similarly reduces to minimax when there are only three candidates.


Examples


Example with Condorcet winner

The results of the pairwise scores would be tabulated as follows: * indicates voters who preferred the candidate listed in the column caption to the candidate listed in the row caption * indicates voters who preferred the candidate listed in the row caption to the candidate listed in the column caption Result: In all three alternatives Nashville has the lowest value and is elected winner.


Example with Condorcet winner that is not elected winner (for pairwise opposition)

Assume three candidates A, B and C and voters with the following preferences: The results would be tabulated as follows: * indicates voters who preferred the candidate listed in the column caption to the candidate listed in the row caption * indicates voters who preferred the candidate listed in the row caption to the candidate listed in the column caption Result: With the winning votes and margins alternatives, the Condorcet winner A is declared Minimax winner. However, using the pairwise opposition alternative, C is declared winner, since less voters strongly oppose him in his worst pairwise score against A than A is opposed by in his worst pairwise score against B.


Example without Condorcet winner

Assume four candidates A, B, C and D. Voters are allowed to not consider some candidates (denoting an n/a in the table), so that their ballots are not taken into account for pairwise scores of that candidates. The results would be tabulated as follows: * indicates voters who preferred the candidate listed in the column caption to the candidate listed in the row caption * indicates voters who preferred the candidate listed in the row caption to the candidate listed in the column caption Result: Each of the three alternatives gives another winner: * the winning votes alternative chooses A as winner, since it has the lowest value of 35 votes for the winner in his biggest defeat; * the margin alternative chooses B as winner, since it has the lowest difference of votes in his biggest defeat; * and pairwise opposition chooses the Condorcet loser D as winner, since it has the lowest votes of the biggest opponent in all pairwise scores.


See also

*
Minimax Minimax (sometimes Minmax, MM or saddle point) is a decision rule used in artificial intelligence, decision theory, combinatorial game theory, statistics, and philosophy for ''minimizing'' the possible loss function, loss for a Worst-case scenari ...
– main minimax article * Multiwinner voting – contains information on some multiwinner variants of Minimax Condorcet.


References

*Levin, Jonathan, and Barry Nalebuff. 1995. "An Introduction to Vote-Counting Schemes." Journal of Economic Perspectives, 9(1): 3–26.


External links


Description of ranked ballot voting methods: Simpson
by Rob LeGrand
Condorcet Class
PHP
library A library is a collection of Book, books, and possibly other Document, materials and Media (communication), media, that is accessible for use by its members and members of allied institutions. Libraries provide physical (hard copies) or electron ...
supporting multiple Condorcet methods, including the three variants of Minimax method.
Electowiki: minmax
{{voting systems Monotonic Condorcet methods