X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=cded8614ad9d6c77851b5b71db034ec96baa0e38;hp=f3a96ae29fe441bb13fc1899dcc94f804a63bd32;hb=8e8234593190804babd36b8a8862e2bb1fc65bb7;hpb=94514199123874c0029afb6e00634f26741d90db diff --git a/src/search.cpp b/src/search.cpp index f3a96ae2..cded8614 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1089,7 +1089,7 @@ moves_loop: // When in check, search starts here // a reduced search on all the other moves but the ttMove and if the // result is lower than ttValue minus a margin, then we will extend the ttMove. if ( !rootNode - && depth >= 7 + && depth >= 6 + 2 * (PvNode && tte->is_pv()) && move == ttMove && !excludedMove // Avoid recursive singular search /* && ttValue != VALUE_NONE Already implicit in the next condition */