]> git.sesse.net Git - stockfish/commit
Broader condition for dangerous pawn moves
authorChris Caino <chricainogithub@gmail.com>
Tue, 3 Dec 2013 21:58:39 +0000 (21:58 +0000)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 4 Dec 2013 16:19:45 +0000 (17:19 +0100)
commit69a14554eebc1467db7234e354bfd864fa46b1b9
tree527017125a9ef0be8b6747a5e27cfd5d470935b7
parent2408243cf41ad7dfbd678c4d08756b17c342defc
Broader condition for dangerous pawn moves

Instead of a passed pawn now we just require the pawn to
be in the opponent camp to be considered a dangerous
move. Added some renaming to reflect the change.

Passed both short TC test
LLR: 2.95 (-2.94,2.94) [-1.50,4.50]
Total: 10358 W: 2033 L: 1900 D: 6425

And long TC
LLR: 2.95 (-2.94,2.94) [0.00,6.00]
Total: 21459 W: 3486 L: 3286 D: 14687

bench: 8322172
src/bitboard.h
src/position.h
src/search.cpp