]> git.sesse.net Git - stockfish/commitdiff
Don't exit earlier from aspiration window loop
authorMarco Costalba <mcostalba@gmail.com>
Mon, 10 Sep 2012 16:24:53 +0000 (18:24 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 14 Sep 2012 08:05:46 +0000 (10:05 +0200)
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.


No differences found