Skip to content

Commit

Permalink
mix10 svsp
Browse files Browse the repository at this point in the history
  • Loading branch information
dhbloo committed Jan 22, 2025
1 parent e6d28ad commit 64281ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rapfi/eval/mix10nnue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ ValueType Mix10Evaluator::evaluateValue(const Board &board, AccLevel level)

// Apply all incremental update for both sides and calculate value
clearCache(self);
auto [win, loss, draw, uncertainty] = accumulator[self]->evaluateValueLarge(*weight[self]);
auto [win, loss, draw, uncertainty] = accumulator[self]->evaluateValueSmall(*weight[self]);

return ValueType(win, loss, draw, true);
}
Expand Down

0 comments on commit 64281ed

Please sign in to comment.