Files
stockfish/src
Stéphane NicoletandJoost VandeVondele 3af083a7cd Improve the anti-shuffling policy
We replace the current decrease of the complexity term in initiative
when shuffling by a direct damping of the evaluation. This scheme may
have two benefits over the initiative approach:

a) the damping effect is more brutal for fortresses with heavy pieces
   on the board, because the initiative term is almost an endgame term;

b) the initiative implementation had a funny side effect, almost a bug,
   in the rare positions where mg > 0, eg < 0 and the tampered eval
   returned a positive value (ie with heavy pieces still on the board):
   sending eg to zero via shuffling would **increase** the tampered
   eval instead of decreasing it, which is somewhat illogical. This
   patch avoids this phenomenon.

STC:
LLR: 2.94 (-2.94,2.94) {-0.50,1.50}
Total: 43072 W: 8373 L: 8121 D: 26578
Ptnml(0-2): 729, 4954, 9940, 5162, 751
https://tests.stockfishchess.org/tests/view/5ee008ebf29b40b0fc95ade2

LTC:
LLR: 2.94 (-2.94,2.94) {0.25,1.75}
Total: 37376 W: 4816 L: 4543 D: 28017
Ptnml(0-2): 259, 3329, 11286, 3508, 306
https://tests.stockfishchess.org/tests/view/5ee03b06f29b40b0fc95ae0c

Closes https://github.com/official-stockfish/Stockfish/pull/2727

Bench: 4757174
2020-06-10 13:07:12 +02:00
..
2020-05-23 13:27:16 +02:00
2020-03-09 22:16:26 +01:00
2020-05-30 20:30:31 +02:00
2020-05-30 20:30:31 +02:00
2020-04-05 08:35:31 +02:00
2020-06-10 13:07:12 +02:00
2020-03-01 09:31:58 +01:00
2020-05-23 13:27:16 +02:00
2020-05-09 09:39:52 +02:00
2020-03-30 22:46:07 +02:00
2020-02-22 21:32:32 +01:00
2020-06-01 17:27:29 +02:00
2020-04-29 17:44:24 +02:00
2020-05-30 20:30:31 +02:00
2020-04-12 20:30:08 +02:00
2020-06-09 18:22:27 +02:00
2020-04-22 08:48:01 +02:00
2020-06-09 18:22:27 +02:00
2020-06-09 18:22:27 +02:00
2020-05-23 13:27:16 +02:00
2020-05-23 13:27:16 +02:00
2020-05-02 17:32:11 +02:00
2020-05-11 20:46:39 +02:00
2020-03-30 22:46:07 +02:00
2020-01-09 01:43:47 +01:00