index
:
typhoon.git
master
The typhoon chess playing engine.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
searchsup.c
Age
Commit message (
Expand
)
Author
12 days
Rewire GetMoveFailHighPercentage: index by (cFrom, cTo, pMoved) instead
Scott Gasch
12 days
Replace SEARCH_SORT_LIMIT's pure move-count cutoff with a quality-based
Scott Gasch
12 days
Fix RescoreMovesViaSearch's fail-high handling: stop destroying the
Scott Gasch
12 days
Remove RescoreMovesViaSearch's dead same-ply recursive pre-call.
Scott Gasch
12 days
Fix IID's killer-blind gate and its ordering-flag/history contamination
Scott Gasch
12 days
Fix _ShouldWeConsiderThisMove's SEE-purity bug and ComputeMoveScore's
Scott Gasch
13 days
Fix QSearch stand-pat gating bug and ComputeMoveScore's SEE contamination; tu...
Scott Gasch
13 days
Baseline: uPositional data-calibrated fix, enprise/trapped hints, EBF/beta-cu...
Scott Gasch
14 days
Replace ctx->uPositional with a data-calibrated Eval() return value.
Scott Gasch
2026-08-26
Don't [re-]consult the SEE when generator already just did so.
Scott Gasch
2026-08-25
Tame check-extension compounding; verified neutral in self-play (0.4955)
Scott Gasch
2026-08-25
Add LMR with PV-adjacency guard (v7), verified against saved binary
Scott Gasch
2016-06-01
Initial checkin for typhoon chess engine.
Scott Gasch