mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Changed a sentence.
This commit is contained in:
+1
-1
@@ -1012,7 +1012,7 @@ moves_loop: // When in check, search starts from here
|
|||||||
// Step 12. Pruning at shallow depth (~200 Elo)
|
// Step 12. Pruning at shallow depth (~200 Elo)
|
||||||
if ( !rootNode
|
if ( !rootNode
|
||||||
#ifdef EVAL_LEARN
|
#ifdef EVAL_LEARN
|
||||||
&& !(!prune_at_shallow_depth_on_pv_node && PvNode)
|
&& (PvNode ? prune_at_shallow_depth_on_pv_node : true)
|
||||||
#endif
|
#endif
|
||||||
&& pos.non_pawn_material(us)
|
&& pos.non_pawn_material(us)
|
||||||
&& bestValue > VALUE_TB_LOSS_IN_MAX_PLY)
|
&& bestValue > VALUE_TB_LOSS_IN_MAX_PLY)
|
||||||
|
|||||||
Reference in New Issue
Block a user