Module minimax::strategies

source ·
Expand description

Strategy implementations.

Modules

  • An implementation of iterative deepening evaluation.
  • An implementation of Negamax.
  • A strategy that randomly chooses a move, for use in tests.
  • An implementation of iterative deeping, with each iteration executed in parallel.