Skip to content

Commit

Permalink
tweecg.
Browse files Browse the repository at this point in the history
bench 4309525
  • Loading branch information
Vizvezdenec committed Aug 11, 2019
1 parent fcee0ce commit bfa07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -1030,7 +1030,7 @@ namespace {
lmrDepth /= ONE_PLY;

// Countermoves based pruning (~20 Elo)
if ( lmrDepth < 4 + ((ss-1)->statScore > 0 || (ss-1)->moveCount == 1)
if ( lmrDepth < 4 + ((ss-1)->statScore > -118 || (ss-1)->moveCount == 1)
&& (*contHist[0])[movedPiece][to_sq(move)] < CounterMovePruneThreshold
&& (*contHist[1])[movedPiece][to_sq(move)] < CounterMovePruneThreshold)
continue;
Expand Down

0 comments on commit bfa07bf

Please sign in to comment.