index
:
typhoon.git
master
The typhoon chess playing engine.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
board_representation
Age
Commit message (
Expand
)
Author
4 days
Update EVAL.md: progress log, lessons learned, corrected next steps
Scott Gasch
4 days
Maintain pos->bbOccupied incrementally, dedupe its two from-scratch builders
Scott Gasch
4 days
Add Eval() bitboard-migration plan, per-term EVAL_TIME cycle breakdown, drop ...
Scott Gasch
5 days
Land bitboard move generation (Part A+B) and movesup.c bitboard queries; defa...
Scott Gasch
5 days
Add seescores diagnostic command, verify zero SEE-value drift
Scott Gasch
5 days
Record whole-engine sd10 results: zero solve regression, +8.38% NPS
Scott Gasch
5 days
Add GETATTACKS_BITBOARD toggle, wiring _GetAttacksBB into real search
Scott Gasch
5 days
Add move-generation bitboard migration scoping doc (planning only)
Scott Gasch
5 days
Drop CountKingSafetyDefects from board-representation migration plan
Scott Gasch
5 days
Add bitboard-backed GetAttacks (section 2/3), verified faster than asm
Scott Gasch
5 days
Add bbPieces incremental piece-location bitboards (migration plan section 1)
Scott Gasch