|
io-chess
UCI chess engine
|
Move selection and ordering for the search algorithm. More...


Go to the source code of this file.
Classes | |
| class | MovePicker |
| Lazily selects the best move at each step of the search. More... | |
Move selection and ordering for the search algorithm.
Implements a phased move picker that lazily generates, scores, and selects moves to maximize Alpha-Beta cutoffs and reduce overall search time.