Skip to content

Commit

Permalink
aspiration: widen really slowly (8701254)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasart committed Jul 24, 2014
1 parent e8fa221 commit 1be191c
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 @@ -358,7 +358,7 @@ namespace {
else
break;

delta += 3 * delta / 8;
delta += delta / 4;

assert(alpha >= -VALUE_INFINITE && beta <= VALUE_INFINITE);
}
Expand Down

0 comments on commit 1be191c

Please sign in to comment.