mggg / VoteKit

A Swiss Army Knife for computational social choice research
https://votekit.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

Adding Sequential RCV to elections types #65

Closed bmacias01 closed 1 year ago

bmacias01 commented 1 year ago

@jamesturk Here is some code to be reviewed for a sequential RCV election.

bmacias01 commented 1 year ago

@realdavemccune Here is the PR for seqRCV

bmacias01 commented 1 year ago

@jamesturk here are the commits for added distance functions to compare preference profiles. Earth mover and Lp distance

realdavemccune commented 1 year ago

This looks good. As discussed, should probably add something how dealing with ties, or at least document how ties are handled (currently, handled from STV function).