fishnet-evals / README.md
nfiekas's picture
Better describe columns
f39fc10 verified
|
raw
history blame
870 Bytes
metadata
license: cc0-1.0

Lichess database positions with Stockfish evaluations

Positions with evaluations extracted from https://database.lichess.org/.

Evaluations were computed using Lichess's distributed Stockfish analysis fishnet, using various Stockfish versions.

column type description
fen string FEN of the evaluated position. En passant square included only if a fully legal en passant move exists.
cp / mate int or null Signed evaluation of the position in centipawns or moves to mate, as computed by Stockfish. Exactly one of these is not null. Always given from White's point of view, so positive if White has the advantage
move string or null UCI notation of the next move played by the human player, if any. Always in Chess960 mode (king move to rook for castling).