1
0
Fork 0
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:
Marco Costalba 2013-07-01 19:29:23 +02:00
parent e074a19f5c
commit b88bc7b766

View file

@ -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