Skip to content

Commit

Permalink
threshold 240
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Jul 10, 2019
1 parent 120b2c9 commit d21630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -1140,7 +1140,7 @@ namespace {

value = -search<NonPV>(pos, ss+1, -(alpha+1), -alpha, d, true);

if (value < bestValue - Value(400)
if (value < bestValue - Value(240)
//&& depth > 5 * ONE_PLY
&& (ss-1)->currentMove == MOVE_NULL
&& !ttCapture)
Expand Down

0 comments on commit d21630b

Please sign in to comment.