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

1 Commits

Author SHA1 Message Date
Janis Eccarius d663abb93d feat(ncs-110): feed NNUE root-move scores into search move ordering
Build & Test (NowChessSystems) TeamCity build failed
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>
2026-06-24 20:06:14 +02:00