Skip to content

Commit

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

0 comments on commit 7a4a8cf

Please sign in to comment.