Skip to content

Commit

Permalink
Elo measure. Step 16c. Bench: 4108811
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Nov 8, 2019
1 parent f70d41f commit 59586c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search.cpp
Expand Up @@ -1092,11 +1092,11 @@ namespace {
r -= 2;

// Decrease reduction if opponent's move count is high (~10 Elo)
if ((ss-1)->moveCount > 15 && false)
if ((ss-1)->moveCount > 15)
r--;

// Decrease reduction if ttMove has been singularly extended
if (singularLMR)
if (singularLMR && false)
r -= 2;

if (!captureOrPromotion)
Expand Down

0 comments on commit 59586c2

Please sign in to comment.