Skip to content

Commit 3698d9a

Browse files
glinscottmcostalba
authored andcommitted
Be more aggressive on trying to finish iterations
Increase MaxRatio to use more time when in trouble. After 16000 games at 60+0.05 ELO: 4.89 +-5.4 (95%) LOS: 99.9% Total: 16000 W: 2700 L: 2475 D: 10825 No functional change.
1 parent 10429dd commit 3698d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeman.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace {
2929
/// Constants
3030

3131
const int MoveHorizon = 50; // Plan time management at most this many moves ahead
32-
const float MaxRatio = 3.0f; // When in trouble, we can step over reserved time with this ratio
32+
const float MaxRatio = 7.0f; // When in trouble, we can step over reserved time with this ratio
3333
const float StealRatio = 0.33f; // However we must not steal time from remaining moves over this ratio
3434

3535

0 commit comments

Comments
 (0)