forked from ncase/ballot
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better sandbox #13
Open
paretoman
wants to merge
868
commits into
electionscience:gh-pages
Choose a base branch
from
paretoman:gh-pages
base: gh-pages
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
better sandbox #13
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paretoman
force-pushed
the
gh-pages
branch
3 times, most recently
from
January 7, 2018 15:03
7bd26e5
to
0ae85bc
Compare
paretoman
force-pushed
the
gh-pages
branch
3 times, most recently
from
February 3, 2018 20:28
320264c
to
469ecf0
Compare
jamesonquinn
pushed a commit
that referenced
this pull request
Feb 4, 2018
Add the CC0 license to properly uncopyright code
paretoman
force-pushed
the
gh-pages
branch
2 times, most recently
from
August 20, 2018 02:05
8da4a78
to
7a3ba7d
Compare
paretoman
force-pushed
the
gh-pages
branch
4 times, most recently
from
June 15, 2019 22:38
2bd001b
to
0ed3b8b
Compare
paretoman
force-pushed
the
gh-pages
branch
3 times, most recently
from
May 2, 2020 04:31
7de6b32
to
a86011c
Compare
paretoman
force-pushed
the
gh-pages
branch
2 times, most recently
from
June 11, 2020 03:28
ffdc0d5
to
1866ad4
Compare
…stead of score winner.
…g to manage loading google charts.
…l, Score, 3-2-1, Star). One for each round for IRV and STV. Fixed small bug typo in weightChartsDraw().
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Message:
I added the commits on your end so I think the pull should just be a copy.
Doing a copy might not be the default behavior. It might try to do some merging, and merging will probably break things.
Changes:
Added controls for number voter groups, population of voter groups, and spread of voter groups. Added a center for all voter groups for better yee diagrams. New voting method, Shulze-like!
Options for bigger sandbox, more spread voters, pixel size on yee diagram.
Visual: smaller border. no border on yee diagram. removed axes. added winner at top of explanation. Shortened explanation text for IRV. Rearranged GUI so that options appear as needed, like for voter strategy and yee digrams. Put first strategy before second strategy in the GUI (which makes a lot of sense). Instead of "unstrategic" v. "strategic" voters, we have 1st strategy v. 2nd strategy.
Fixed FPTP strategy for "normalize", which is just the same as no strategy.
Also, I added the commits you made. I added the files "complete.html" and "oncemore.html". I changed the strategy assignment for partial strategy to use "mod" instead of "random". I also changed < to <=.
Bug fixes: frontrunners are fixed now (they had an indexing bug). UI for single ballot strategy is fixed.