From: Joost VandeVondele Date: Thu, 10 Jan 2019 06:43:17 +0000 (+0100) Subject: Remove pvExact X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5446e6f408f2ed7fa281dbe0097c46674d193260;hp=5446e6f408f2ed7fa281dbe0097c46674d193260;p=stockfish Remove pvExact The variable pvExact now overlaps with the pvHit concept. So you simplify the logic with small code tweaks to have pvHit trigger where pvExact previously triggered. passed STC: LLR: 2.96 (-2.94,2.94) [-3.00,1.00] Total: 20558 W: 4497 L: 4373 D: 11688 http://tests.stockfishchess.org/tests/view/5c36e9fd0ebc596a450c7885 passed LTC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 23482 W: 3888 L: 3772 D: 15822 http://tests.stockfishchess.org/tests/view/5c37072d0ebc596a450c7a52 Bench: 3739723 ---