Jump to content

Ebert's method: Difference between revisions

no edit summary
No edit summary
Line 2:
 
Each elected candidate has a “load” of 1 that is spread equally among their approvers (every elected candidate must be approved by at least one voter). For example, if an elected candidate is approved by 100 voters, each of these voters would have a load of 1/100 from this candidate, which would be added to their loads from the other winning candidates. The winning set of candidates is the one that minimises the sum of the squared voter loads. For example, if a voter approves two elected candidates who each had 100 approvers, this voter would have a squared load of (1/100 + 1/100)^2 = 1/2500. This would be added to the squared loads of every other voter.
 
==Definition==
V voters
C candidates
W winners, 0<W<C
Each voter approves or disapproves each candidate.
Assume each voter approves at least one candidate.
 
A "load distribution" is a two-dimensional array
X_{v,c} v=1..V, c=1..C
such that
 
1. 0 <= X_{v,c} <= 1
2. X_{v,c}=0 unless v approves c
3. DoubleSum X_{v,c} = W
4. for each candidate c, Sum_v X_{v,c} = 1 if c is a winner, otherwise =0.
 
minimize the SUM_v ( SUM_c X_{v,c} )^2.
 
==Variants==
765

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.