|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Two-slot killer heuristic table indexed by search depth. More...
Two-slot killer heuristic table indexed by search depth.
This implementation is intentionally small: each depth keeps two recent cutoff-producing moves. Engines can query the table while ordering a batch and record a move when it triggers a cutoff.
| Move | Move type. |
| Supported | Internal marker for equality support. |
Definition at line 106 of file search_move_ordering.H.