Distributed Voting: Difference between revisions

Added Distributed Equal-Vote
m (Extended procedure explanation made clearer)
(Added Distributed Equal-Vote)
 
Line 177:
 
* Ex.2: in an image contest, there is a cash prize to be awarded to the 3 best images. The prize will be divided appropriately according to the % of victory and not in a pre-established way before the contest.
 
==Systems Variations==
 
===Distributed Equal-Vote (DEV)===
 
Voter score candidates with range [-5,+5]. Each ballot is normalized by distributing -100 points between negative ratings, and 100 points between positive ratings (distribution of points uses the normalization of [[Distributed Voting]]).
 
The candidate with the lowest sum of points is eliminated, and ballots normalized.
 
By repeating the elimination process, the worst candidate is eliminated each time, and the remaining candidates are the winners.
 
''Equal-Vote because given a vote, there can always be an opposite one that cancels it.''
 
==Systems comparison==
206

edits