feat(ncs-110): feed NNUE root-move scores into search move ordering #83
Reference in New Issue
Block a user
Delete Branch "feat/NCS-110-nnue-root-ordering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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