mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Increase earlier aspiration window size
bench: 4377851
This commit is contained in:
parent
e074a19f5c
commit
b88bc7b766
1 changed files with 2 additions and 2 deletions
|
@ -364,6 +364,8 @@ namespace {
|
|||
if (Signals.stop)
|
||||
return;
|
||||
|
||||
delta += delta / 2;
|
||||
|
||||
// In case of failing low/high increase aspiration window and
|
||||
// research, otherwise exit the loop.
|
||||
if (bestValue <= alpha)
|
||||
|
@ -379,8 +381,6 @@ namespace {
|
|||
else
|
||||
break;
|
||||
|
||||
delta += delta / 2;
|
||||
|
||||
assert(alpha >= -VALUE_INFINITE && beta <= VALUE_INFINITE);
|
||||
|
||||
// Give some update (without cluttering the UI) before to research
|
||||
|
|
Loading…
Add table
Reference in a new issue