Unit Tests for Search Logic (used for finding the best move).
No due date
0% complete
Unit tests to ensure that of SharpChess's move searching algorithm, whichit uses to find the best move, is functioning as expected. e.g. Alpha-Beta, Iterative deepening, null-move forward pruning, transposition table etc.
See ChessWiki for further information of the Chess Engine Search function:
Unit tests to ensure that of SharpChess's move searching algorithm, whichit uses to find the best move, is functioning as expected. e.g. Alpha-Beta, Iterative deepening, null-move forward pruning, transposition table etc.
See ChessWiki for further information of the Chess Engine Search function: