<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">I noticed on your page that you suspect that all multi-winner methods fail participation. I don't think that's the case. I would suggest that Forest <VAR id=yui-ie-cursor></VAR>Simmons's Proportional Approval Voting passes it. Also I think my versions of Proportional Approval Voting and Proportional Range Voting pass.</SPAN></div>
<div><BR></div>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Ted Stern <araucaria.araucana@gmail.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Election Methods <election-methods@lists.electorama.com><BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> Ted Stern <araucaria.araucana@gmail.com><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, 3 October 2011, 19:45<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [EM] PR approval voting<BR></FONT><BR>I'd like to stick my oar in here, to point out that I have an<BR>implementation of Range Transferable Vote, which can be used with<BR>Droop or
 other quotas, that implements PR.<BR><BR>Code for it is located here:<BR><BR>    <A href="https://github.com/dodecatheon/range-transferable-vote" target=_blank>https://github.com/dodecatheon/range-transferable-vote</A><BR><BR>It reduces to Approval Transferable Vote in the case of range(0,1).<BR><BR>I had to make one change to it recently to fulfill the Droop<BR>proportionality criterion, which states that if a faction distributes<BR>its votes among L candidates, and has enough votes to elect K <= L<BR>quotas, then the method will elect K candidates from the set of L<BR>candidates.<BR><BR>For RTV, this meant that I had to find a way to elevate range<BR>preferences in the event that no candidate achieves a quota.<BR><BR>The way I implement this is to increase non-zero ratings incrementally<BR>(up to maximum score) until at least one candidate makes quota.<BR><BR>This pushes RTV into the territory of Bucklin-style methods, and<BR>therefore it
 does not satisfy the Independence from Irrelevant<BR>Alternatives criterion, even in the single-winner case.<BR><BR>Ted<BR><BR>On 01 Oct 2011 09:25:45 -0700, Toby Pereira wrote:<BR>><BR>> Presumably this could also be used for range voting with a fairly<BR>> simple modification. It would just set a limit on the fraction of<BR>> someone's vote that could be used for each candidate. If you scored<BR>> a candidate 3 out of 10, then no more than 0.3 of your vote could go<BR>> to that candidate, regardless of whether the rest remained unused.<BR>><BR>><BR>> From: Ross Hyman <<A href="mailto:rahyman@sbcglobal.net" ymailto="mailto:rahyman@sbcglobal.net">rahyman@sbcglobal.net</A>><BR>> To: <A href="mailto:election-methods@lists.electorama.com" ymailto="mailto:election-methods@lists.electorama.com">election-methods@lists.electorama.com</A><BR>> Sent: Saturday, 1 October 2011, 5:07<BR>> Subject: [EM] PR approval
 voting<BR>><BR>> The following PR approval voting procedure is an approval limit of Schulze STV<BR>><BR>> A score for each candidate set is determined in the following way: ?? The vote of each ballot is distributed amongst the ballot's approved candidates in the candidate set.? The score for each candidate set is the largest possible vote for the candidate in the set with the smallest vote.? The candidate set with the highest score wins the election.<BR>><BR>> example: 2 seats <BR>> approval voting profile<BR>> 10 a <BR>> ? 6 a b<BR>> ? 2 b <BR>> ? 5 a b c<BR>> ? 4 c<BR>> The possible candidate sets are: {a b}, {a c}, and {b c}.<BR>><BR>> score for {a b} determined from<BR>> 10 a<BR>> ?11 a b<BR>> ? 2 b<BR>> score for {a b} = 11.5<BR>><BR>> score for {a c} determined from<BR>> 16 a <BR>> ? 5 a c<BR>> ? 4 c<BR>> score for {a c} = 9<BR>><BR>> score for {b c} determined
 from<BR>> ?8 b<BR>> ?5 b c<BR>> ?4 c<BR>> score for {b c} = 8.5<BR>><BR>> set {a b} wins.<BR>><BR>><BR>> Schulze uses a maximum flow algorithm to distribute the votes optimally on each ballot for each candidate set.? Here is another algorithm.<BR>><BR>> v_i,a is the vote assigned to candidate a from the ith ballot.? The optimal v_i,a is determined iteratively.<BR>><BR>> 1) Initially, the vote for each ballot is distributed equally between all the candidates in the candidate set that are approved by that ballot.? <BR>><BR>> 2) The total vote for a candidate in the set is determined from v_a = sum_i v_i,a.? The lowest vote is a lower bound for the candidate score.<BR>><BR>> 3) Form the adjusted vote w_i,a =? v_i,a/v_a.? <BR>><BR>> 4) The adjusted vote for each ballot is w_i = sum_a w_i,a.<BR>><BR>> 5) The new v_i,a = w_i,a / w_i.? Proceed to step 2.<BR>><BR>><BR>><BR>> ?? ? ? ??
 <BR>><BR>><BR>><BR>> ?<BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>><BR>>>  ----Election-Methods mailing list - see <A href="http://electorama.com/em" target=_blank>http://electorama.com/em</A> for list info<BR>> -------------- next part --------------<BR>> An HTML attachment was scrubbed...<BR>> URL: <<A href="http://lists.electorama.com/pipermail/election-methods-electorama.com/attachments/20111001/f96f97c4/attachment-0001.htm" target=_blank>http://lists.electorama.com/pipermail/election-methods-electorama.com/attachments/20111001/f96f97c4/attachment-0001.htm</A>><BR><BR>-- <BR>araucaria dot araucana at gmail dot com<BR><BR>----<BR>Election-Methods mailing list - see <A href="http://electorama.com/em" target=_blank>http://electorama.com/em</A> for list info<BR><BR><BR></DIV></DIV></div></body></html>