20 | | For a !MoveGenerator that would be one of {{{IExhaustiveMoveGenerator}}}, {{{ISingleMoveGenerator}}}, or {{{IMultiMoveGenerator}}}, for a !MoveMaker that would be {{{IMoveMaker}}}, and for a !MoveEvaluator that would either be {{{ISingleObjectiveMoveEvaluator}}} or {{{IMultiObjectiveMoveEvaluator}}} |
| 20 | For a !MoveGenerator that would be one of |
| 21 | * {{{IExhaustiveMoveGenerator}}} |
| 22 | * {{{ISingleMoveGenerator}}} or |
| 23 | * {{{IMultiMoveGenerator}}}. |
| 24 | |
| 25 | For a !MoveMaker that would be |
| 26 | * {{{IMoveMaker}}}. |
| 27 | |
| 28 | For a !MoveEvaluator that would either be |
| 29 | * {{{ISingleObjectiveMoveEvaluator}}} or |
| 30 | * {{{IMultiObjectiveMoveEvaluator}}}. |