Skip to content

Commit

Permalink
depth > 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Jan 9, 2019
1 parent 7172e88 commit 1779f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -677,7 +677,7 @@ namespace {
return ttValue;
}

if (depth > 4 * ONE_PLY && !excludedMove && PvNode)
if (depth > 3 * ONE_PLY && !excludedMove && PvNode)
pvHit = true;

// Step 5. Tablebases probe
Expand Down

0 comments on commit 1779f1d

Please sign in to comment.