Skip to content

Commit

Permalink
Update search.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlee33 committed Jan 26, 2025
1 parent f50d52a commit b001035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ Value Search::Worker::search(
+ (value < singularBeta - tripleMargin)
+ (value < singularBeta - quadMargin);

depth += ((!PvNode) && (depth < 15));
depth += (depth < 15);
}

// Multi-cut pruning
Expand Down

0 comments on commit b001035

Please sign in to comment.