Hacker News
Stockfish 19
nevi-me
|next
[-]
stabbles
|next
|previous
[-]
Presumably it's easy to highlight ones from benchmarks where the evaluation of Stockfish 19 is most significantly different from version 18?
haunter
|next
|previous
[-]
Nocheto https://nocheto.sallyx.org/ (this my favorite)
ChessMD https://chessmd.org/
PyChess https://pychess.github.io/about/
fileeditview
|root
|parent
|next
|previous
[-]
Anyways. Now I can use an even better Stockfish to benchmark my own engine..
ZiiS
|next
|previous
[-]
tweakimp
|next
|previous
[-]
piker
|previous
[-]
gwd
|root
|parent
|next
[-]
Leela Zero tried to open-source that work, but Stockfish incorporated a number of improvements from AlphaZero, including a neural network and a different search method, and consistently beats Leela Zero.
I have a book, "Game Changer", in which a chess expert calls out several instances where AlphaZero made moves surprising at the time; situations where all chess engines rated things one way and AlphaZero rated them differently. When I enter them into Stockfish now, it usually rates things more similarly to the way AlphaZero did, and often chooses the move chosen by AlphaZero.
The only real test of course would be to dig up AlphaZero and run it again; but I think based on the evidence we have, Stockfish of 2026 would probably trounce AlphaZero of 2018 with equivalent compute available.
NitpickLawyer
|root
|parent
|next
|previous
[-]
There are a few yt content creators that cover great engine games, if you're curious.
tumdum_
|root
|parent
|next
|previous
[-]
noir_lord
|root
|parent
|next
|previous
[-]
Unknown, it was only around for a little while however there is Lila which is based on the same ideas as AlphaZero (and also a fantastic project generally) they generally trade blows with Stockfish coming very slightly ahead.
That said Stockfish also uses an NN (NNUE) these days so the line is getting more blurry.
sapiogram
|root
|parent
|next
|previous
[-]
mattr03
|root
|parent
|next
|previous
[-]
lynx97
|root
|parent
[-]
I ran fishtest on an old cluster for a while. Was nice to watch the stockfish team methodically improving things. Basically, every commit has to show it can beat the main branch before it gets merged.