Condorcet Algorithm
class CondorcetAlgorithm<S : ScoreMetric>(var pollAlgorithmParameters: List<PollAlgorithmParameter> = listOf()) : PollAlgorithm<S, ListOfPreferencesVote<S>>
Represents an algorithm implementing Condorcet logic.
Properties
Functions
Link copied to clipboard
Compute the final ranking, given the votes.
Link copied to clipboard
Shortcut useful to add an element in pollAlgorithmParameters.