chess_inator/src
dogeystamp 795c2c508d
feat: quiescence search
examines all captures using the new movegen, plus static exchange eval
2024-12-23 21:28:04 -05:00
..
coordination.rs feat: soft/hard time limit 2024-12-20 13:25:37 -05:00
eval.rs stub: static exchange evaluation 2024-12-22 16:34:04 -05:00
fen.rs chore: fmt 2024-11-16 21:55:56 -05:00
hash.rs perf: zobrist table no longer compares hash before overwrites 2024-11-23 18:51:49 -05:00
lib.rs stub: static exchange evaluation 2024-12-22 16:34:04 -05:00
main.rs feat: transposition table node types 2024-12-20 16:01:05 -05:00
movegen.rs feat: capture-only movegen 2024-12-23 21:17:33 -05:00
prelude.rs feat: quiescence search 2024-12-23 21:28:04 -05:00
random.rs refactor: random 2024-11-17 10:19:05 -05:00
search.rs feat: quiescence search 2024-12-23 21:28:04 -05:00