CPG/Chess/nimfish/nimfishpkg
Mattia Giambirtone 7292356948 Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
..
resources Initial work on Zobrist hashing. Add Pohl opening book 2024-04-25 18:53:51 +02:00
bitboards.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
board.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
eval.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
magics.nim Fix some bugs in movegen. Untested TT 2024-04-26 11:41:59 +02:00
movegen.nim Refactor code to eliminate refs shared across thread boundaries 2024-05-04 20:30:26 +02:00
moves.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
pieces.nim Refactor chessboard code and move most logic to Position 2024-05-01 19:46:28 +02:00
position.nim Refactor code to eliminate refs shared across thread boundaries 2024-05-04 20:30:26 +02:00
rays.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
search.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
transpositions.nim Implement history euristic (gain: 73.1 +/- 30.2) 2024-05-05 13:37:33 +02:00
tui.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
uci.nim Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
zobrist.nim Fix incremental zobrist hashing, fix repetition detection, add ttmove, wait for search thread to complete 2024-05-02 14:39:46 +02:00