CPG/Chess/nimfish/nimfishpkg
Mattia Giambirtone d4dfa6b325 Fix clear() proc for transposition table 2024-05-15 11:09:09 +02:00
..
resources Initial work on Zobrist hashing. Add Pohl opening book 2024-04-25 18:53:51 +02:00
bitboards.nim Minor refactoring and cleanup 2024-05-13 14:51:21 +02:00
board.nim Fix movegen bug with king attacks, implement SEE and related tests (still not integrated) 2024-05-11 09:43:58 +02:00
eval.nim Further work on the tuner. Experimental thread voting (disabled). Preparation for eval improvements 2024-05-15 00:25:23 +02:00
magics.nim Fix some bugs in movegen. Untested TT 2024-04-26 11:41:59 +02:00
movegen.nim Minor refactoring and cleanup 2024-05-13 14:51:21 +02:00
moves.nim Implement pondering 2024-05-12 15:30:10 +02:00
pieces.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
position.nim Further work on the tuner. Experimental thread voting (disabled). Preparation for eval improvements 2024-05-15 00:25:23 +02:00
rays.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
search.nim Further work on the tuner. Experimental thread voting (disabled). Preparation for eval improvements 2024-05-15 00:25:23 +02:00
see.nim Fix SEE bugs and ensure getKingAttacks works even if the king is removed from the board 2024-05-13 14:47:36 +02:00
transpositions.nim Fix clear() proc for transposition table 2024-05-15 11:09:09 +02:00
tui.nim Refactor move ordering, implement killer moves, probe TT in qsearch, initial work on aspiration windows 2024-05-09 10:15:00 +02:00
tune.py Add missing tuner 2024-05-15 00:26:58 +02:00
uci.nim Fix clear() proc for transposition table 2024-05-15 11:09:09 +02:00
zobrist.nim Minor refactoring and cleanup 2024-05-13 14:51:21 +02:00