Skip to content

Commit

Permalink
bench: 1310725
Browse files Browse the repository at this point in the history
bench: 1310725
  • Loading branch information
FauziAkram authored Nov 13, 2024
1 parent 6e6eef5 commit 5d36a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Value Eval::evaluate(const Eval::NNUE::Networks& networks,

Value nnue = (125 * psqt + 131 * positional) / 128;

// Re-evaluate with the big-net if the small-net's NNUE evaluation is below a certain threshold.
// Re-evaluate the position when higher eval accuracy is worth the time spent
if (smallNet && (std::abs(nnue) < 236))
{
std::tie(psqt, positional) = networks.big.evaluate(pos, &caches.big);
Expand Down

0 comments on commit 5d36a74

Please sign in to comment.