CPG/Chess/nimfish/nimfishpkg
Mattia Giambirtone 95780b3236 Initial work on transposition table and repetition detection
Signed-off-by: Mattia Giambirtone <nocturn9x@nocturn9x.space>
2024-04-25 23:41:25 +02:00
..
resources Initial work on Zobrist hashing. Add Pohl opening book 2024-04-25 18:53:51 +02:00
bitboards.nim Final bug fixes. Test suite is passing 2024-04-23 18:57:38 +02:00
board.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
eval.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
magics.nim Minor fixups. Require nim 2.0.4 or higher to build 2024-04-23 20:17:07 +02:00
misc.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
movegen.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
moves.nim Massive eval improvement. Perform search in a separate thread. Implement more UCI commands 2024-04-25 15:20:55 +02:00
pieces.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
position.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
rays.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
search.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
transpositions.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
tui.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
uci.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00
zobrist.nim Initial work on transposition table and repetition detection 2024-04-25 23:41:25 +02:00