|
io-chess
UCI chess engine
|

Files | |
| ISearch.h | |
| Search interface and shared data structures. | |
| MCTS.cpp | |
| Missing description. | |
| MCTS.h | |
| Monte Carlo Tree Search implementation. | |
| MovePicker.cpp | |
| Missing description. | |
| MovePicker.h | |
| Move selection and ordering for the search algorithm. | |
| Negamax.cpp | |
| Missing description. | |
| Negamax.h | |
| Alpha-Beta search implementation with enhancements. | |
| SearchHeuristics.h | |
| Search data structures. | |
| TablebaseFallback.cpp | |
| Missing description. | |
| TablebaseFallback.h | |
| Integration of Syzygy tablebases at the root search node. | |
| TimeManager.cpp | |
| TimeManager.h | |
| Sophisticated time allocation and management for the chess engine. | |
| TT.cpp | |
| Missing description. | |
| TT.h | |
| Transposition Table implementation using a 3+1 Cluster Architecture. | |