From: xoto10 Date: Sun, 12 May 2019 21:20:51 +0000 (+0100) Subject: Add eg component to evaluate_shelter() #2137 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=5f4d44fda053335ab20cb67c99323b8c182bf824;hp=5f4d44fda053335ab20cb67c99323b8c182bf824;p=stockfish Add eg component to evaluate_shelter() #2137 Add an endgame component to the blockedstorm penalty so that the penalty applies more uniformly through the game. STC 10+0.1 th 1 : LLR: -2.95 (-2.94,2.94) [0.50,4.50] Total: 94063 W: 21426 L: 21118 D: 51519 http://tests.stockfishchess.org/tests/view/5cd4605c0ebc5925cf04bf43 LTC 60+0.6 th 1 : LLR: 2.95 (-2.94,2.94) [0.00,3.50] Total: 188232 W: 32808 L: 32090 D: 123334 http://tests.stockfishchess.org/tests/view/5cd47d0a0ebc5925cf04c4fd Refactored code with higher constant values gave a more convincing LTC result: LLR: 2.96 (-2.94,2.94) [0.00,3.50] Total: 30050 W: 5330 L: 5066 D: 19654 http://tests.stockfishchess.org/tests/view/5cd6a0000ebc5925cf050653 Bench: 3687700 ---