Are there javascript implementations of the election methods you guys talk
about? Let me know. I can put them on my demo.
Paretoman
On 2018-10-20 19:31, Pareto Man wrote:
Are there javascript implementations of the election methods you guys
talk about? Let me know. I can put them on my demo.
You can find some at https://www.cse.wustl.edu/~legrand/rbvote/calc.html
Note that the Condorcet methods there use margins.
Thanks Kristofer,
They're now in the demo. Just click on RBVote.
https://paretoman.github.io/ballot/sandbox/
Check out the yee diagrams. Click on the buttons at the bottom. (note they
are a little laggy)
Hmm, I need to work on my implementations of schulze and ranked pair
because they are different than Rob's at
https://cse.wustl.edu/~legrand/rbvote/calc.html
I also rehosted Rob's site at
https://paretoman.github.io/ballot/rbvote/calc.html with some changes so
that I could put my code in.
Paretoman
On Sun, Oct 21, 2018 at 3:20 PM Kristofer Munsterhjelm km_elmet@t-online.de
wrote:
On 2018-10-20 19:31, Pareto Man wrote:
Are there javascript implementations of the election methods you guys
talk about? Let me know. I can put them on my demo.
You can find some at https://www.cse.wustl.edu/~legrand/rbvote/calc.html
Note that the Condorcet methods there use margins.
That's pretty cool!
Now I want to add a couple more election algorithms and tinker with it. Is
there a public source repository or should I just scrape the website? ;-)
/Brian
On Thu, Oct 25, 2018 at 10:45 PM Pareto Man paretoman1@gmail.com wrote:
Thanks Kristofer,
They're now in the demo. Just click on RBVote.
https://paretoman.github.io/ballot/sandbox/
Check out the yee diagrams. Click on the buttons at the bottom. (note
they are a little laggy)
Hmm, I need to work on my implementations of schulze and ranked pair
because they are different than Rob's at
https://cse.wustl.edu/~legrand/rbvote/calc.html
I also rehosted Rob's site at
https://paretoman.github.io/ballot/rbvote/calc.html with some changes so
that I could put my code in.
Paretoman
On Sun, Oct 21, 2018 at 3:20 PM Kristofer Munsterhjelm <
km_elmet@t-online.de> wrote:
On 2018-10-20 19:31, Pareto Man wrote:
Are there javascript implementations of the election methods you guys
talk about? Let me know. I can put them on my demo.
You can find some at https://www.cse.wustl.edu/~legrand/rbvote/calc.html
Note that the Condorcet methods there use margins.
Election-Methods mailing list - see http://electorama.com/em for list info
Hi Brian,
There is a source repository here: https://github.com/paretoman/ballot
For all interested, the tools I use to program the demo are as follows
(maybe I should make a readme): I use vscode as an editor and debugger
(using Debugger for Chrome extension). I use python simpleserver to start
a local web host (installed through Anaconda). I launch chrome via vscode
and then attach to chrome via vscode - great for debugging and inspecting
variables.
Contributions so far come from Nicky Case, Jameson Quinn, Rob Legrand, and
I.
Paretoman
On Fri, Oct 26, 2018 at 3:16 PM Brian Olson bql@bolson.org wrote:
That's pretty cool!
Now I want to add a couple more election algorithms and tinker with it. Is
there a public source repository or should I just scrape the website? ;-)
/Brian
On Thu, Oct 25, 2018 at 10:45 PM Pareto Man paretoman1@gmail.com wrote:
Thanks Kristofer,
They're now in the demo. Just click on RBVote.
https://paretoman.github.io/ballot/sandbox/
Check out the yee diagrams. Click on the buttons at the bottom. (note
they are a little laggy)
Hmm, I need to work on my implementations of schulze and ranked pair
because they are different than Rob's at
https://cse.wustl.edu/~legrand/rbvote/calc.html
I also rehosted Rob's site at
https://paretoman.github.io/ballot/rbvote/calc.html with some changes so
that I could put my code in.
Paretoman
On Sun, Oct 21, 2018 at 3:20 PM Kristofer Munsterhjelm <
km_elmet@t-online.de> wrote:
On 2018-10-20 19:31, Pareto Man wrote:
Are there javascript implementations of the election methods you guys
talk about? Let me know. I can put them on my demo.
You can find some at https://www.cse.wustl.edu/~legrand/rbvote/calc.html
Note that the Condorcet methods there use margins.
Election-Methods mailing list - see http://electorama.com/em for list
info