Skip to content

Commit

Permalink
Remove killer move conditions from LMR
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VoyagerOne authored and zamar committed Dec 20, 2015
1 parent 5bbd944 commit ed72a1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/search.cpp
Expand Up @@ -982,9 +982,7 @@ namespace {
// re-searched at full depth.
if ( depth >= 3 * ONE_PLY
&& moveCount > 1
&& !captureOrPromotion
&& move != ss->killers[0]
&& move != ss->killers[1])
&& !captureOrPromotion)
{
ss->reduction = reduction<PvNode>(improving, depth, moveCount);

Expand Down

0 comments on commit ed72a1e

Please sign in to comment.