You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some variants of ranked vote systems allow skipped ranks (e.g. candidates are ranked 1st, 2nd, 4th). This makes a difference in positional systems such as Borda count. Other ranked vote evaluators will have to be adjusted to ignore these ranks.
Should be implemented by using None for the skipped ranking positions.
The text was updated successfully, but these errors were encountered:
Some variants of ranked vote systems allow skipped ranks (e.g. candidates are ranked 1st, 2nd, 4th). This makes a difference in positional systems such as Borda count. Other ranked vote evaluators will have to be adjusted to ignore these ranks.
Should be implemented by using
None
for the skipped ranking positions.The text was updated successfully, but these errors were encountered: