Skip to content

Commit c085670

Browse files
FauziAkramDisservin
authored andcommitted
Increase the depth margin
Tested at VVLTC against the passed patches. Test 1 against PR5764 LLR: 2.94 (-2.94,2.94) <0.50,2.50> Total: 167260 W: 43053 L: 42521 D: 81686 Ptnml(0-2): 7, 15272, 52542, 15800, 9 https://tests.stockfishchess.org/tests/view/6782ef196ddf09c0b4b6e780 Test 2 against PR5765 LLR: 2.94 (-2.94,2.94) <0.00,2.00> Total: 300012 W: 77364 L: 76771 D: 145877 Ptnml(0-2): 22, 27555, 94256, 28154, 19 https://tests.stockfishchess.org/tests/view/678366446ddf09c0b4b7028c closes #5768 Bench: 1379150
1 parent e2612f9 commit c085670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ Value Search::Worker::search(
10561056
// and lower extension margins scale well.
10571057

10581058
if (!rootNode && move == ttData.move && !excludedMove
1059-
&& depth >= 4 - (thisThread->completedDepth > 33) + ss->ttPv
1059+
&& depth >= 5 - (thisThread->completedDepth > 33) + ss->ttPv
10601060
&& is_valid(ttData.value) && !is_decisive(ttData.value)
10611061
&& (ttData.bound & BOUND_LOWER) && ttData.depth >= depth - 3)
10621062
{

0 commit comments

Comments
 (0)