Skip to content

Commit e6d28ad

Browse files
committed
mix10 lvsp
1 parent 06d5017 commit e6d28ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rapfi/eval/mix10nnue.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ void Mix10Evaluator::evaluatePolicy(const Board &board, PolicyBuffer &policyBuff
10341034

10351035
// Apply all incremental update and calculate policy
10361036
clearCache(self);
1037-
accumulator[self]->evaluatePolicyLarge(*weight[self], policyBuffer);
1037+
accumulator[self]->evaluatePolicySmall(*weight[self], policyBuffer);
10381038
}
10391039

10401040
void Mix10Evaluator::clearCache(Color side)

0 commit comments

Comments
 (0)