Skip to content

Commit ed72a1e

Browse files
VoyagerOnezamar
authored andcommitted
Remove killer move conditions from LMR
STC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 8459 W: 1619 L: 1477 D: 5363 LTC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 32239 W: 4404 L: 4299 D: 23536 Bench: 7597031 Resolves #534
1 parent 5bbd944 commit ed72a1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/search.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,7 @@ namespace {
982982
// re-searched at full depth.
983983
if ( depth >= 3 * ONE_PLY
984984
&& moveCount > 1
985-
&& !captureOrPromotion
986-
&& move != ss->killers[0]
987-
&& move != ss->killers[1])
985+
&& !captureOrPromotion)
988986
{
989987
ss->reduction = reduction<PvNode>(improving, depth, moveCount);
990988

0 commit comments

Comments
 (0)