DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
91% Positive
Analyzed from 789 words in the discussion.
Trending Topics
#stockfish#alphazero#chess#engine#https#probably#croissant#better#nice#games

Discussion (22 Comments)Read Original on HackerNews
Presumably it's easy to highlight ones from benchmarks where the evaluation of Stockfish 19 is most significantly different from version 18?
Nocheto https://nocheto.sallyx.org/ (this my favorite)
ChessMD https://chessmd.org/
PyChess https://pychess.github.io/about/
I don't play Chess much any more but others have taken up the Chess DB mantle (with slightly different criteria).
I do find it ironic that a project I did in a couple of days for myself and chucked online in case it was useful is still kicking around though.
If you like En Croissant there is a nice fork called Pawn Appetit that does all the same things and adds some other QoL bits and bobs.
Anyways. Now I can use an even better Stockfish to benchmark my own engine..
https://youtu.be/U4ogK0MIzqk
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.
There are a few yt content creators that cover great engine games, if you're curious.
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 out very slightly ahead.
That said Stockfish also uses an NN (NNUE) these days so the line is getting more blurry.
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.