Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
protonspring committed Jul 5, 2019
1 parent 9b3651c commit c79d8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace {
double move_importance(int ply) {

int p = ply - 88;
return 1.6 - 1.6 * p / std::sqrt(p * p + 1936);
return 0.6 - 0.6 * p / std::sqrt(p * p + 1936);
}

template<TimeType T>
Expand Down

0 comments on commit c79d8e4

Please sign in to comment.