| 1 | <?php |
||
| 16 | class MinimaxWinning extends PairwiseStatsBased_Core |
||
| 17 | { |
||
| 18 | // Method Name |
||
| 19 | public const METHOD_NAME = ['Minimax Winning','MinimaxWinning','Minimax','Minimax_Winning','Simpson','Simpson-Kramer','Simpson-Kramer Method','Simpson Method']; |
||
| 20 | |||
| 21 | protected $_countType = 'worst_pairwise_defeat_winning'; |
||
| 22 | |||
| 23 | |||
| 24 | /////////// COMPUTE /////////// |
||
| 25 | |||
| 26 | //:: SIMPSON ALGORITHM. ::// |
||
| 27 | |||
| 28 | 1 | protected function looking (array $challenge) : int |
|
| 32 | } |