Skip to content

Commit 738a6df

Browse files
ElbertoOnesnicolet
authored andcommitted
Simplify check extensions
Remove the !moveCountPruning condition for check extensions, which seems not necessary. STC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 22238 W: 4835 L: 4715 D: 12688 http://tests.stockfishchess.org/tests/view/5bb3241a0ebc592439f6d2ac LTC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 36593 W: 5898 L: 5802 D: 24893 http://tests.stockfishchess.org/tests/view/5bb34c220ebc592439f6d5dc Bench: 4274207
1 parent 97d2cc9 commit 738a6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/search.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ namespace {
933933
extension = ONE_PLY;
934934
}
935935
else if ( givesCheck // Check extension (~2 Elo)
936-
&& !moveCountPruning
937936
&& pos.see_ge(move))
938937
extension = ONE_PLY;
939938

0 commit comments

Comments
 (0)