From 6e6eef50147165bc986e0b1844e8d372848697c2 Mon Sep 17 00:00:00 2001 From: FauziAkram Date: Mon, 11 Nov 2024 14:03:30 +0300 Subject: [PATCH] bench: 1310725 bench: 1310725 --- src/evaluate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.cpp b/src/evaluate.cpp index bc86a7420b8..3fcbd63421d 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -65,7 +65,7 @@ Value Eval::evaluate(const Eval::NNUE::Networks& networks, Value nnue = (125 * psqt + 131 * positional) / 128; - // Re-evaluate the position when higher eval accuracy is worth the time spent + // Re-evaluate with the big-net if the small-net's NNUE evaluation is below a certain threshold. if (smallNet && (std::abs(nnue) < 236)) { std::tie(psqt, positional) = networks.big.evaluate(pos, &caches.big);