Skip to content

Commit

Permalink
threshold -320
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Apr 8, 2019
1 parent 251f88c commit 65f176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -1025,7 +1025,7 @@ namespace {
{
RootMove& rm = *std::find(thisThread->rootMoves.begin(),
thisThread->rootMoves.end(), move);
if (rm.selDepth < -300)
if (rm.selDepth < -320)
//sync_cout << " - " << UCI::move(move, pos.is_chess960())
// << " selDepth - " << rm.selDepth << sync_endl;
r += ONE_PLY;
Expand Down

0 comments on commit 65f176f

Please sign in to comment.