-
add a winning method that produces a top-two IRV tabulation, where:
first choices are tallied
top two candidates are identified
all candidates except the top two are eliminated
Ballots transfer f…
-
Currently the only ranked choice voting election methods that are supported are Instant-Runoff-Voting. The ability to use other methods such as Ranked-Pairs, Bottom-Two-Runoff, or other Condorcet meth…
-
Thought of this per http://www.equal.vote/srvvsirv first and foremost.
I suggest a short summary at the top that says something like:
---
**Traditional instant-runoff**: voters set ranked ord…
-
Testing schulze / instant-runoff, I notice that when using partial ballots the values not present in any ballot are heavily favored as winners.
I think this fixes the behavior for instant-runoff:
…
-
With multiple qualified people on the ballet it is easy to have a ranked preference, but the current system of only one vote and the plurality wins "forces" people to vote strategically. If ranked pre…
jcarn updated
3 years ago
-
I think the "yes, it's really that simple" is not good. If you have to say it, it gives people the wrong impression. It's like saying "it's not a scam!" which makes people start thinking about scams, …
-
### Your use case
I couldn't find an issue tracking particular polls (#6255) feature requests but had a couple suggestions, so I made one:
- [ ] emoji support in the input fields, at least the s…
-
As first noticed in https://github.com/fsspec/kerchunk/pull/506, a test is failing when [eccodes v2.38.0](https://github.com/ecmwf/eccodes/releases/tag/2.38.0) is installed.
Observed in CI:
```p…
-
The project name "instant-runoff" is a little troublesome, because in voting theory that is a technical term that does not accurately describe what we are doing. This isn't a big deal, but I didn't wa…
-
District 2 voter here, was thinking about doing this in a d3.js notebook, looks like you beat me to the punch. 😄
Keep up the good work!