Methods for running simulations to calculate Voter Satisfaction Efficiency (VSE) of various voting systems in various conditions.
Python
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README
dataClasses.py
debugDump.py
methods.py
mydecorators.py
stratFunctions.py
tenK.txt
tests.py
voterModels.py
vse.py

README

These are some methods for running VSE (Voter Satisfaction Efficiency)
simulations for various voting systems. 

Requirements: python3, scipy, pydoc

Testing uses pydoc, which should make most things pretty self-documenting.