LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.44k stars 529 forks source link

allways fill history for en passant #1837

Closed borg323 closed 1 year ago

borg323 commented 1 year ago

If a position is given by FEN that includes en passant info, we know what the previous move was, so we get one extra history move. This is now used even when no history filling is done.