mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Aspiration: widen slower
STC: LLR: -2.95 (-2.94,2.94) [0.00,4.00] Total: 182323 W: 30664 L: 30234 D: 121425 LTC: LLR: 3.51 (-2.94,2.94) [0.00,4.00] Total: 59841 W: 8345 L: 8006 D: 43490 bench 7962536
This commit is contained in:
parent
4758fd31b1
commit
6b82a234d0
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ namespace {
|
|||
else
|
||||
break;
|
||||
|
||||
delta += delta / 2;
|
||||
delta += 3 * delta / 8;
|
||||
|
||||
assert(alpha >= -VALUE_INFINITE && beta <= VALUE_INFINITE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue