Sopel97 / chess_pos_db

Database software for chess position statistics. Designed to provide high performance and handle billions of games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect assumption

Sopel97 opened this issue · comments

// Even though the move has not yet been made we can safely call
// this function and get the right result because the position of the
// pawn to be captured is not really relevant.
is incorrect, see official-stockfish/Stockfish#3496