From: Joona Kiiski Date: Sat, 11 Feb 2017 00:42:22 +0000 (-0800) Subject: A small tweak in doEasyMove() X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=a753e20bd4fc1e916f7e99884c01bb63fd7c1326;hp=a753e20bd4fc1e916f7e99884c01bb63fd7c1326;p=stockfish A small tweak in doEasyMove() Time.elapsed() > Time.optimum() * 5 / 44 instaed of: Time.elapsed() > Time.optimum() * 5 / 42 This was yellow on STC: LLR: -2.96 (-2.94,2.94) [0.00,4.00] Total: 156856 W: 28317 L: 27942 D: 100597 Passed on LTC: LLR: 2.96 (-2.94,2.94) [0.00,4.00] Total: 36909 W: 4926 L: 4682 D: 27301 Note: Patch was originally submitted by user GuardianRM. However his repo was deleted before merge. No functional change Closes #995 ---