Skip to content

Commit

Permalink
bench: 1379150
Browse files Browse the repository at this point in the history
bench: 1379150
  • Loading branch information
FauziAkram authored Jan 17, 2025
1 parent c085670 commit 2d975ab
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 @@ -125,7 +125,7 @@ void TimeManagement::init(Search::LimitsType& limits,
else
{
optScale = std::min((0.88 + ply / 116.4) / mtg, 0.88 * limits.time[us] / timeLeft);
maxScale = std::min(6.3, 1.5 + 0.11 * mtg);
maxScale = 1.3 + 0.11 * mtg;
}

// Limit the maximum possible time for this move
Expand Down

0 comments on commit 2d975ab

Please sign in to comment.