endolith / elsim

Election Simulator 3000: Simulates a variety of elections and voting methods

Home Page:https://endolith.github.io/elsim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split strategies from elections/methods

endolith opened this issue · comments

strategies should be its own submodule, which takes utilities and generates ballots.

So the line in Merrill would become this?

'Approval': lambda x: approval(approval_optimal(x))

Fixed by 37e1fe1