This website requires JavaScript.
Explore
Help
Sign In
dogeystamp
/
chess_inator
Watch
1
Star
0
Fork
0
You've already forked chess_inator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a47778ae6c
chess_inator
/
src
History
dogeystamp
a47778ae6c
fix: board not same after running minmax
...
caused by an early return from hard stop that bypasses unmake move
2024-12-30 17:08:27 -05:00
..
coordination.rs
feat: uci options, quiet position detector
2024-12-28 15:59:27 -05:00
eval.rs
feat: nnue train info now gives input tensor feature string
2024-12-28 22:22:01 -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
perf: repetition draw avoidance now only looks at necessary moves
2024-12-29 22:32:00 -05:00
main.rs
perf: repetition draw avoidance now only looks at necessary moves
2024-12-29 22:32:00 -05:00
movegen.rs
tune: only push history for real moves
2024-12-25 17:31:32 -05:00
nnue.rs
test: fix broken nnue binary test
2024-12-28 22:28:50 -05:00
prelude.rs
feat: stand-pat on quiescence search
2024-12-24 16:46:47 -05:00
random.rs
refactor: random
2024-11-17 10:19:05 -05:00
search.rs
fix: board not same after running minmax
2024-12-30 17:08:27 -05:00