Sequential Monroe voting: Difference between revisions

From electowiki
Content added Content deleted
Line 14: Line 14:
# Elect the candidate with the highest [[Quota | hare quota]] score
# Elect the candidate with the highest [[Quota | hare quota]] score
# Set the ballot weight to zero for the voters that contribute to that candidate's [[Quota | hare quota]] score.
# Set the ballot weight to zero for the voters that contribute to that candidate's [[Quota | hare quota]] score.
#* If there are several voters who have the same effective score (score x ballot weight) at the cusp of the Hare Quota then [[Fractional Surplus Handling]] is applied to those voters
#* If there are several voters who have given the same score at the cusp of the Hare Quota then [[Fractional Surplus Handling]] is applied to those voters
# Repeat this process until all the seats are filled.
# Repeat this process until all the seats are filled.



Revision as of 23:53, 30 December 2019

Sequential Monroe is sequential Multi-Member System built on Score voting ballots. Each winner is that candidate who which highest sum of score in a Hare Quota of ballots. That Hare quota of ballots is then removed from subsequent rounds.

Discussion

If you want to sequentially maximize the Monroe Function, it can be argued that this method is a better approach for doing so then Allocated Score. The reason is that if in the first round you just pick the candidate with the highest score, that candidate might be scored high on average because everybody is giving that candidate a moderate score, but there could be another candidate that has a max score specifically among the first hare quota of voters, and electing that candidate instead is more likely to maximize the Monroe function because that That candidate's hare quota will be full of 5's instead of 3's.

While the Monroe's function isn't a bad measure of Proportional Representation it is at least highly nonstandard. If you are going to use the function as a measure of how efficient a voting method is, then it is worth noting that the function does produce some logical contradictions: adding ballots that approve of all candidates being able to change which outcome Monroe's function deems the best. This property may not seem too important, but some of it's ramifications include failing the consistency criterion (i.e. the best result in multiple districts not being the best result in those districts combined). Minor logical contradictions are not that bad in voting methods as long as they don't impact the results too much and all sequential algorithms will have these anyways, but if you want a measure of the quality of an election result that you can use to text voting methods, then you want to measure the quality of an election result that avoids logical contradictions.

Definition

  1. For candidate X, sort the ballots in order of highest score given to candidate X to lowest score given to candidate X.
  2. Calculate the sum of score given to X on the first hare quota of those ballots. Record this score as that candidate's hare quota score
  3. Elect the candidate with the highest hare quota score
  4. Set the ballot weight to zero for the voters that contribute to that candidate's hare quota score.
    • If there are several voters who have given the same score at the cusp of the Hare Quota then Fractional Surplus Handling is applied to those voters
  5. Repeat this process until all the seats are filled.

Fractional Surplus Handling to break ties: when calculating which ballots belong to a candidate's quota, if for a particular score including voters that gave that candidate that score in the quota would make the quota to large and excluding it would make it to small, exhaust a portion of those vote's weights such that the total weight of the exhausted ballots still equals the hare quota. The reason why Fractional Surplus Handling is preferred is that it preserves the Independence of irrelevant alternatives and Monotonicity criteria that Monroe's method passes).