Module: compute/socialChoiceMethods/minimax

(require("compute/socialChoiceMethods/minimax"))(votes) → {types.typesSocialChoice.socialChoiceResults}

Disregard the weakest pairwise defeat until one candidate is unbeaten.
Parameters:
Name Type Description
votes types.typesVotes.votes The object for vote data.
Source:
Returns:
- the results returned from a social choice function.
Type
types.typesSocialChoice.socialChoiceResults

Members

(static, constant) minimaxMetadata :object

an object: this function and descriptions of its name, input, and output
Type:
  • object
Source: