Skip to content

Commit

Permalink
Illogical line. Take 2. Bench: 4179739
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Mar 8, 2019
1 parent 6ce899d commit aa2e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -1024,7 +1024,7 @@ namespace {
r -= ONE_PLY;

if (illogicalLine)
r += ONE_PLY;
r -= ONE_PLY;

// Decrease reduction if opponent's move count is high (~10 Elo)
if ((ss-1)->moveCount > 15)
Expand Down

0 comments on commit aa2e009

Please sign in to comment.