Minimax search
Alpha-Beta pruning
Move ordering:
- Captures
- Non-Captures
Captures:
chess.PAWN: 100,
chess.ROOK: 500,
chess.KNIGHT: 320,
chess.BISHOP: 330,
chess.QUEEN: 900,
chess.KING: 20000
Non-Captures:
Killer Heuristic
History Heuristic
Relative History Heuristic
Butterfly Heuristic