]> git.sesse.net Git - stockfish/commit
Pawn flank attacks
authorStéphane Nicolet <cassio@free.fr>
Mon, 5 Dec 2016 17:49:07 +0000 (18:49 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Mon, 5 Dec 2016 17:49:07 +0000 (18:49 +0100)
commit0d33466bcd84d9d58ea7049b224f375ba6a51221
tree46610be290ca0877f249ace958688cfb2f23749a
parent46d066b04190763339d5ede87018422a1ab7c7dc
Pawn flank attacks

This patch tweaks some pawn values to favor flank attacks.

The first part of the patch increases the midgame psqt values of external pawns to launch more attacks (credits to user GuardianRM for this idea), while the second part increases the endgame connection values for pawns on upper ranks.

Passed STC:
LLR: 2.95 (-2.94,2.94) [0.00,4.00]
Total: 34997 W: 6328 L: 6055 D: 22614

and LTC:
LLR: 2.96 (-2.94,2.94) [0.00,4.00]
Total: 13844 W: 1832 L: 1650 D: 10362

Bench: 5884767
src/pawns.cpp
src/psqt.cpp