Skip to content

Commit

Permalink
200 < abs(alpha) < 400
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Mar 13, 2019
1 parent 9a16ab0 commit f6fc604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -946,7 +946,7 @@ namespace {

// PV last leafs verification
else if (pos.rule50_count() > 8
&& abs(alpha) < Value(600)
&& abs(alpha) < Value(400)
&& abs(alpha) > Value(200)
&& depth < 2 * ONE_PLY
&& ss->ply > 8
Expand Down

0 comments on commit f6fc604

Please sign in to comment.