]> git.sesse.net Git - stockfish/commit
Include bishop protection in king Danger evaluation. #2118
authorMichael Chaly <Vizvezdenec@gmail.com>
Sat, 27 Apr 2019 09:31:55 +0000 (12:31 +0300)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sat, 27 Apr 2019 09:31:55 +0000 (11:31 +0200)
commit9a11a291942a8a7b1ebb36282c666ca8d1be1892
tree6798756a4868b592914b378534ee5445b2732320
parente89bc30fdc93f739869d0d4b285a2cfc3e7a74ee
Include bishop protection in king Danger evaluation. #2118

Same idea as fisherman's knight protection.

passed STC
LLR: 2.96 (-2.94,2.94) [0.50,4.50]
Total: 17133 W: 3952 L: 3701 D: 9480
http://tests.stockfishchess.org/tests/view/5cc3550b0ebc5925cf02dada

passed LTC
LLR: 2.95 (-2.94,2.94) [0.00,3.50]
Total: 37316 W: 6470 L: 6188 D: 24658
http://tests.stockfishchess.org/tests/view/5cc3721d0ebc5925cf02dc90

Looking at this 2 ideas being recent clean elo gainers I have a feeling that we can add also rook and queen protection bonuses or overall move this stuff in pieces loop in the same way as we do pieces attacking bonuses on their kingring... :) Thx fisherman for original idea.

Bench 3429173
src/evaluate.cpp