]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
A combo of parameters tweaks
[stockfish] / src / movepick.cpp
index b1e10587cf4a1496d9cb68ed6fc8e10b1e4190c3..e26f42ef98cdef9ba5dba7b1bfbe8682356bcd41 100644 (file)
@@ -169,7 +169,7 @@ top:
 
   case GOOD_CAPTURE:
       if (select<Best>([&](){
-                       return pos.see_ge(*cur, Value(-55 * cur->value / 1024)) ?
+                       return pos.see_ge(*cur, Value(-69 * cur->value / 1024)) ?
                               // Move losing capture to endBadCaptures to be tried later
                               true : (*endBadCaptures++ = *cur, false); }))
           return *(cur - 1);