summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-25Add LMR with PV-adjacency guard (v7), verified against saved binaryScott Gasch
Late Move Reductions using a depth x movecount table (Ethereal-style formula), gated off PV nodes and the ply directly below a PV node (PLY_INFO.fIsPVNode), with magnitude-aware re-search on fail-high. Verified node-for-node identical to the previously tested-good v7 binary on a canary position (sd 10) after reconstructing from a ZFS snapshot of search.c/root.c/split.c taken just before that binary was built. Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-24Started doing texel eval tuning.Scott Gasch
2026-08-24Stop tracking pgn data files, ignore pgn/ going forwardScott Gasch
These are large generated/downloaded data files (twic.pgn alone is 3.5GB) that don't belong in version control.
2026-08-23Integrate new syzygy egtb code, lose the old Nalimov code.Scott Gasch
2026-08-23Clean X64 build and ported GetAttacks to x64.Scott Gasch
2026-08-22Bug fixes.Scott Gasch
2026-08-18Stop hanging on exit!Scott Gasch
2026-02-19MinorScott Gasch
2018-10-03Update codebase to remove clang warnings (and a couple of legit errorsScott Gasch
it found)
2016-06-01Add ignore files.Scott Gasch
2016-06-01Initial checkin for typhoon chess engine.Scott Gasch