simberaj / votelib

Evaluation of voting systems in Python.
MIT License
16 stars 3 forks source link

Election generation models #47

Closed simberaj closed 3 years ago

simberaj commented 3 years ago

Tideman and Plassman (2010) list the following election generation models, e.g. Impartial Anonymous Culture (IAC). Implement them so that they produce random votes for election simulations.

carlschroedl commented 3 years ago

I skimmed this paper. It looks really interesting. I would be interested in reading it in detail and helping implement this issue. Unfortunately, the earliest I could start would be April. If you have time to do it sooner, that's OK -- go for it!

simberaj commented 3 years ago

I will gladly leave this up to you! I am not very well versed in the topic and will not have enough time in the near future to change that :-)

simberaj commented 3 years ago

@carlschroedl Have you had any time to look at this?

carlschroedl commented 3 years ago

Not yet. I am still interested in this, but I will be focusing elsewhere for at least another month.

simberaj commented 3 years ago

I have created an initial version that should be generic enough. Specific models (IAC...) are yet to be implemented.