Skip to content

Commit

Permalink
Intermediate param check 2. Bench: 3897728
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed Oct 9, 2019
1 parent 8dba16c commit 1ee0161
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 @@ -190,7 +190,7 @@ namespace {

void Search::init() {

double bm = 0.0, bd = 26.5;
double bm = -5.5, bd = 29.0;
double crossing = 16.5;

for (int i = 1; i < MAX_MOVES; ++i)
Expand Down

0 comments on commit 1ee0161

Please sign in to comment.