[Noisebridge-discuss] voting: approval vs condorcet

miloh froggytoad at gmail.com
Thu Dec 30 17:30:15 UTC 2010


Quick first note:  Charlie doesn't approve of or vote for himself?

On Dec 30, 2010 7:49 AM, "Andy Isaacson" <adi at hexapodia.org> wrote:

I've been looking into Leif's argument that approval voting is a better
fit for Noisebridge's philosophy than the Condorcet method we used last
year.

I have an example that makes me think he might be right.

However, voting system examples are tricksy things, and I'd appreciate
another set of eyes.  Also, my example is for a single-winner election
whereas our election is for a 5-member board, and few of the voting
system examples address multi-winner elections.

My example follows.  Note that approval voting can be implemented by
Condorcet if weights are limited to {0, 1}.

% cat divisive.ballot
Position: Board
Candidates:  Bob Charlie Evillia

# 60% of the voters think Evillia is the best candidate, but the other
# 40% think she'd be terrible.  80% agrees that Bob would be a
# reasonable candidate, across both sides.

2 - 1
2 - 1
2 - 1
2 - 1
- - 1
- 1 1
1 - -
1 2 -
1 2 -
1 2 -
% ./election.py divisive.ballot
Election results saved to: 2010-12-30-Board.txt
#     Winner: Evillia
% sed s/2/1/g < divisive.ballot > approval.ballot
% ./election.py approval.ballot
Election results saved to: 2010-12-30-Board.txt
#     Winner: Bob

Thoughts?

-andy
_______________________________________________
Noisebridge-discuss mailing list
Noisebridge-discuss at lists.noisebridge.net
https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noisebridge.net/pipermail/noisebridge-discuss/attachments/20101230/f30ad7bb/attachment-0003.html>


More information about the Noisebridge-discuss mailing list