CPG/Chess/nimfish/nimfishpkg
Mattia Giambirtone 4cb994a3a6 Minor tweaks 2024-05-01 18:10:38 +02:00
..
resources Initial work on Zobrist hashing. Add Pohl opening book 2024-04-25 18:53:51 +02:00
bitboards.nim Pregenerate pawn attacks (currently unused). Attempts at fixing random crashing 2024-05-01 16:30:21 +02:00
board.nim Move the mailbox into the position object and get rid of update(). Minor UI tweaks 2024-05-01 18:02:17 +02:00
eval.nim Minor tweaks 2024-05-01 18:10:38 +02:00
magics.nim Fix some bugs in movegen. Untested TT 2024-04-26 11:41:59 +02:00
movegen.nim Move the mailbox into the position object and get rid of update(). Minor UI tweaks 2024-05-01 18:02:17 +02:00
moves.nim Pregenerate pawn attacks (currently unused). Attempts at fixing random crashing 2024-05-01 16:30:21 +02:00
pieces.nim Move the mailbox into the position object and get rid of update(). Minor UI tweaks 2024-05-01 18:02:17 +02:00
position.nim Move the mailbox into the position object and get rid of update(). Minor UI tweaks 2024-05-01 18:02:17 +02:00
rays.nim Make test suite optionally parallel. Many bug fixes 2024-04-23 01:50:56 +02:00
search.nim Pregenerate pawn attacks (currently unused). Attempts at fixing random crashing 2024-05-01 16:30:21 +02:00
transpositions.nim Bug fixes. Implement quiescent search, extensions and LMR. Needs SPRT 2024-04-27 09:49:45 +02:00
tui.nim Move the mailbox into the position object and get rid of update(). Minor UI tweaks 2024-05-01 18:02:17 +02:00
uci.nim Minor refactoring and cleanup. Switch away from boehm GC as that's too slow 2024-05-01 16:54:08 +02:00
zobrist.nim Hide untested options behind when defined(), increase size of some position counters, tweak MVVLVA multiplier and more fixes 2024-04-28 16:17:30 +02:00