You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If we have a good enough capture (or queen promotion) and a reduced search returns a value
829
844
// much above beta, we can (almost) safely prune the previous move.
830
845
if ( !PvNode
@@ -875,20 +890,6 @@ namespace {
875
890
Eval::NNUE::hint_common_parent_position(pos);
876
891
}
877
892
878
-
// Step 11. If the position is not in TT, decrease depth by 2 (or by 4 if the TT entry for the current position was hit and the stored depth is greater than or equal to the current depth).
879
-
// Use qsearch if depth is equal or below zero (~9 Elo)
0 commit comments