feat(ncs-110): feed NNUE root-move scores into search move ordering #83

Merged
Janis merged 1 commits from feat/NCS-110-nnue-root-ordering into main 2026-06-24 20:09:30 +02:00
Member

Pre-evaluated NNUE scores from NNUEBot.batchEvaluateRoot are now passed
as root hints into AlphaBetaSearch, improving move ordering at ply 0 before
the TT is populated. Hints are threaded immutably through SearchParams to
satisfy the no-var constraint.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Pre-evaluated NNUE scores from NNUEBot.batchEvaluateRoot are now passed as root hints into AlphaBetaSearch, improving move ordering at ply 0 before the TT is populated. Hints are threaded immutably through SearchParams to satisfy the no-var constraint. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Janis added 1 commit 2026-06-24 20:09:17 +02:00
feat(ncs-110): feed NNUE root-move scores into search move ordering
Build & Test (NowChessSystems) TeamCity build failed
d663abb93d
Pre-evaluated NNUE scores from NNUEBot.batchEvaluateRoot are now passed
as root hints into AlphaBetaSearch, improving move ordering at ply 0 before
the TT is populated. Hints are threaded immutably through SearchParams to
satisfy the no-var constraint.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Janis merged commit e4fee85134 into main 2026-06-24 20:09:30 +02:00
Janis deleted branch feat/NCS-110-nnue-root-ordering 2026-06-24 20:09:31 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowChess/NowChessSystems#83