From 87935e76bc0b5a5113593d29ddc2dda3f7eac129 Mon Sep 17 00:00:00 2001 From: FauziAkram Date: Sun, 12 Jan 2025 20:20:56 +0300 Subject: [PATCH] bench: 939072 bench: 939072 --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index d6748c7696e..2b6799232cf 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1068,7 +1068,7 @@ Value Search::Worker::search( // and lower extension margins scale well. if (!rootNode && move == ttData.move && !excludedMove - && depth >= 4 - (thisThread->completedDepth > 33) + ss->ttPv + && depth >= 5 - (thisThread->completedDepth > 33) + ss->ttPv && is_valid(ttData.value) && !is_decisive(ttData.value) && (ttData.bound & BOUND_LOWER) && ttData.depth >= depth - 3) {