From: Marco Costalba Date: Sun, 11 Nov 2012 10:49:02 +0000 (+0100) Subject: Restore old BOUND_EXACT logic in qsearch X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=116234d6c6e5cd7517cafd3ffa47fff92c6c3f42;hp=116234d6c6e5cd7517cafd3ffa47fff92c6c3f42 Restore old BOUND_EXACT logic in qsearch In case a PvNode node has a static evaluation above alpha but no available moves we want to flag the node as BOUND_EXACT, not as BOUND_UPPER as is currently. The behaviour was recently introduced with patch d471c49700fbe8281 of 3/10/2012 Spotted by Hongzhi Cheng. bench: 5558464 ---