SaaSHub helps you find the best software and product alternatives Learn more →
Stockfish Alternatives
Similar projects and alternatives to Stockfish
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
tigerbeetle
Discontinued A distributed financial accounting database designed for mission critical safety and performance. [Moved to: https://github.com/tigerbeetledb/tigerbeetle] (by coilhq)
-
-
unikraft
A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.
-
-
-
-
-
-
-
-
-
Ciphey
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡
Stockfish discussion
Stockfish reviews and mentions
-
A fast alternative to the modulo reduction
(2016)
The comments are interesting, I recommend reading them (they're much longer than the post itself). Some highlights:
Apparently Stockfish, the chess engine, used this optimization to reduce memory for storing precomputations. https://github.com/official-stockfish/Stockfish/commit/2198c...
Also, a GitHub gist with more information: https://github.com/sipa/writeups/tree/main/uniform-range-ext...
-
Grandmaster-Level Chess Without Search
My point is that if the computer never flags it will have an inherent advantage in low time controls. If not, why not just test it in hyperbullet games? Games where humans flag in a drawn or winning position need to be excluded, otherwise it’s unclear what this is even measuring.
And limited depth games would not have been difficult to run. You can run a limited search Stockfish on a laptop using the UCI protocol: https://github.com/official-stockfish/Stockfish/wiki/UCI-%26...
-
The rarest move in chess [video]
I was wondering on how Stockfish encodes the destination and origin square in 5 bits each. I think they don't, at least the code on github uses 6 bits each, which actually gives you 64 possible values, so works out fine:
https://github.com/official-stockfish/Stockfish/blob/master/...
Thats 16 bits.
-
Manipulating the Internal World Model of a Chess Playing Language Model
The Stockfish program can be set to play at strength level 0-20. Estimates of the levels' Elo is provided here: https://github.com/official-stockfish/Stockfish/commit/a08b8...
-
A chess terminal user interface implementation
- and handicapped Stockfish (https://stockfishchess.org).
The whole thing is at https://github.com/magv/bchess, and can be installed with just 'pip install bchess'.
- What could I contribute to chess as a developer?
-
posttest-cli beta testers wanted
This was the result searching for all the 35 stockfish benchmark positions to depth 6.
-
How many positions can the top GMs analyze per second? In engine terms what is the highest nps for humans?
Stockfish doesn't have a classical evaluation anymore. And before this, most of the time (around 90%), NNUE was used to evaluate.
-
Stockfish 16 Released +47 Elo gain over Stockfish 15 (Single threaded, UHO)
If you use ChessBase on a MacBook through Parallels, there's an issue where people have posted Apple Silicon compiles for Windows: https://github.com/official-stockfish/Stockfish/issues/4241
-
Stockfish 16 is ready!
Progress can be found here https://github.com/official-stockfish/Stockfish/wiki/Regression-Tests At 1 thread it has gained +18.3 elo on a balanced book, and +47.03 on UHO (unbalanced) book as well as +39.4 elo for FRC and +65.56 for DFRC. At 8 threads it has gained +14.33 elo on a balanced book and +49.46 on UHO (unbalanced book). Also testing was done on 8 threads with 180+1.8 (this is considered very long time control for fishtest standards) and progress was +9.45 on balanced book and +49.65 on UHO.
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
Stats
official-stockfish/Stockfish is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of Stockfish is C++.