Dev Builds » 20161110-1045

Use this dev build

NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID de269ee18e78bc59f30996be71820b7f8af09edc
Author joergoster
Date 2016-11-10 10:45:51 UTC
FEN parsing: add a second check for correctly setting e.p. square Currently, we only check if there is a pawn in place to make the en-passant capture. Now also check that there is a pawn that could just have advanced two squares. Also update the corresponding comment. This makes the parsing of FENs a bit more robust, and now correctly handles positions like the one reported by Dann Corbit. position fen rnbqkb1r/ppp3pp/3p1n2/3P4/8/2P5/PP3PPP/RNBQKB1R w KQkq e6 d +---+---+---+---+---+---+---+---+ | r | n | b | q | k | b | | r | +---+---+---+---+---+---+---+---+ | p | p | p | | | | p | p | +---+---+---+---+---+---+---+---+ | | | | p | | n | | | +---+---+---+---+---+---+---+---+ | | | | P | | | | | +---+---+---+---+---+---+---+---+ | | | | | | | | | +---+---+---+---+---+---+---+---+ | | | P | | | | | | +---+---+---+---+---+---+---+---+ | P | P | | | | P | P | P | +---+---+---+---+---+---+---+---+ | R | N | B | Q | K | B | | R | +---+---+---+---+---+---+---+---+ Fen: rnbqkb1r/ppp3pp/3p1n2/3P4/8/2P5/PP3PPP/RNBQKB1R w KQkq - 0 1 No functional change.
Copyright 2011–2024 Next Chess Move LLC