Closed paul-lockett closed 8 years ago
The approach I have seems like an improvement over random chance. Can you explain how this disadvantages earlier preferences? Perhaps you could offer an alternative that fits the principles of STV and also represents the voters well.
At first look, it does appear to be an improvement over random chance, but it introduces an incentive to vote tactically, rather than honestly, which is a key feature of STV.
As a simple example, if we had three votes with the following order of preference, in a one seat election:
However, if the first vote had reversed the second and third preferences:
Well, I got to say, I'm impressed by your explanation. That is a very good argument. Thanks for pointing that out
With the latest adjustment to the code, an algorithm has been put in place to randomize the outcome of any tie-breakers. Thank you, Paul Lockett, for your attention to detail and explaining the value of this change. Code: https://github.com/DavidMoritz/stvcalculator/blob/d2cbd64f8404b408cd5ee3560f616dfccddba6b2/src/js/services/VoteFactory.js#L157-L182
No problem.
The tie-breaking methodology is not a valid approach for single transferable vote, as it violates the principle that a later preference should not be able to disadvantage an earlier preference.