From: Marco Costalba Date: Mon, 10 Sep 2012 16:24:53 +0000 (+0200) Subject: Don't exit earlier from aspiration window loop X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=6008f6538e9c3912c88e89d77ef3e3d3351a6e55;hp=6008f6538e9c3912c88e89d77ef3e3d3351a6e55;p=stockfish Don't exit earlier from aspiration window loop Currently we exit the loop when abs(bestValue) >= VALUE_KNOWN_WIN but there is no logical reason for this. It seems more natural to re-search again with full open window. This has practically no impact in most cases, we have a 'no functional change' running 'bench' command. ---