From 7943e83c7386dde5ed0e09388916be2e72c84296 Mon Sep 17 00:00:00 2001 From: Michael Chaly Date: Wed, 12 Feb 2025 01:53:41 +0300 Subject: [PATCH] bench 2050042 --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index 36823a08e2a..1882bc52a14 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1171,7 +1171,7 @@ Value Search::Worker::search( // Increase reduction for cut nodes if (cutNode) - r += 2608 - (ttData.depth >= depth && ss->ttPv) * 1159; + r += 2608 - (ttData.depth >= depth && ss->ttPv) * 1159 + 1024 * !ttData.move; // Increase reduction if ttMove is a capture but the current move is not a capture if (ttCapture && !capture)