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

Parallelize all examples

endolith opened this issue · comments

This is "embarrassingly parallel" but how to implement it while also reusing the generated data to avoid wasting time calculating that?

I'm using joblib in some of the examples now, so I guess this will be fixed as soon as I add it to all of them. (I should use GitHub issues to track things like this more often, even though no one else is using this repo.)