Module minimax::strategies[][src]

Strategy implementations.

Modules

iterative

An implementation of iterative deepening evaluation.

negamax

An implementation of Negamax.

random

A strategy that randomly chooses a move, for use in tests.