]> git.sesse.net Git - stockfish/commit
Simplify En Passant
authorbmc4 <bmc4@cin.ufpe.br>
Sun, 31 Jan 2021 13:12:32 +0000 (10:12 -0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 8 Feb 2021 20:35:59 +0000 (21:35 +0100)
commit9f8058bd26df1c3ca37b85f811026f1eb82e6524
treedbad85549a23c3775045b921f533dceb18e04546
parent6617ad6e033fc636e82453e121469f10e4f31a1a
Simplify En Passant

simplifies the handling of en passant during search, needs a little more care in initialization.

Passed STC:
LLR: 2.95 (-2.94,2.94) {-1.25,0.25}
Total: 72608 W: 6569 L: 6559 D: 59480
Ptnml(0-2): 233, 5117, 25629, 5057, 268
https://tests.stockfishchess.org/tests/view/600f1363735dd7f0f0352ce7

Passed LTC:
LLR: 2.92 (-2.94,2.94) {-0.75,0.25}
Total: 24328 W: 913 L: 864 D: 22551
Ptnml(0-2): 10, 731, 10633, 780, 10
https://tests.stockfishchess.org/tests/view/600f2e93735dd7f0f0352cf6

closes https://github.com/official-stockfish/Stockfish/pull/3330

No functional change.
src/position.cpp