Skip to content

Commit c115e51

Browse files
gahtan-syarifDisservin
authored andcommitted
Remove quiet tt move extensions
Passed STC: https://tests.stockfishchess.org/tests/view/65c6934cc865510db0286e90 LLR: 2.99 (-2.94,2.94) <-1.75,0.25> Total: 54016 W: 14065 L: 13854 D: 26097 Ptnml(0-2): 231, 6381, 13581, 6576, 239 Passed LTC: https://tests.stockfishchess.org/tests/view/65c72b91c865510db0287a1a LLR: 2.96 (-2.94,2.94) <-1.75,0.25> Total: 55098 W: 13850 L: 13658 D: 27590 Ptnml(0-2): 37, 6257, 14777, 6433, 45 closes #5049 Bench: 1027182
1 parent 531747e commit c115e51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/search.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,11 +1067,6 @@ Value Search::Worker::search(
10671067
extension = -1;
10681068
}
10691069

1070-
// Quiet ttMove extensions (~1 Elo)
1071-
else if (PvNode && move == ttMove && move == ss->killers[0]
1072-
&& (*contHist[0])[movedPiece][move.to_sq()] >= 4339)
1073-
extension = 1;
1074-
10751070
// Recapture extensions (~1 Elo)
10761071
else if (PvNode && move == ttMove && move.to_sq() == prevSq
10771072
&& thisThread->captureHistory[movedPiece][move.to_sq()]

0 commit comments

Comments
 (0)