endolith / elsim

Election Simulator 3000: Simulates a variety of elections and voting methods
https://endolith.github.io/elsim
MIT License
7 stars 4 forks source link

Parallelize all examples #5

Open endolith opened 4 years ago

endolith commented 4 years ago

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

endolith commented 4 years ago

https://joblib.readthedocs.io/en/latest/parallel.html

endolith commented 2 years ago

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.)