]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove reduced LMR capture bonus
[stockfish] / src / search.cpp
index b9ca3961053d435b2207ebe30d1ae6970ecb4ac3..f6bc0aa9a8098a7250037749b3c81f231b277307 100644 (file)
@@ -1214,9 +1214,6 @@ moves_loop: // When in check, search starts here
               int bonus = value > alpha ?  stat_bonus(newDepth)
                                         : -stat_bonus(newDepth);
 
-              if (capture)
-                  bonus /= 6;
-
               update_continuation_histories(ss, movedPiece, to_sq(move), bonus);
           }
       }