Skip to content

Commit 3941848

Browse files
committed
bench 1648722
1 parent 2ee3b8d commit 3941848

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/search.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,9 @@ Value Search::Worker::search(
10551055
{
10561056
extension = 2 + (value < singularBeta - 11 && !ttCapture);
10571057

1058-
if (value < singularBeta - 200 && !ttCapture && (ss + 1)->cutoffCnt > 3
1059-
&& tte->depth() >= depth - 2)
1058+
if (value < singularBeta - 300 && !ttCapture && tte->depth() >= depth - 2)
10601059
{
1061-
singularBeta -= 200;
1060+
singularBeta -= 300;
10621061
singularDepth = newDepth * 2 / 3;
10631062

10641063
ss->excludedMove = move;

0 commit comments

Comments
 (0)