|
io-chess
UCI chess engine
|
Search data structures. More...


Go to the source code of this file.
Classes | |
| struct | SearchHeuristics |
| Container for stateful search heuristics and move ordering tables. More... | |
Search data structures.
Consolidates large multi-dimensional arrays used for search heuristics (killers, history, continuation history) into a single struct suitable for heap allocation, avoiding stack overflow issues.