Stockfish是一款免费开源的UCI国际象棋引擎,源自Glaurung2.1,中文名鳕鱼国际象棋引擎,此引擎获得过顶级国际象棋引擎锦标赛的N次冠军,同时完全开源.引擎具有两个国际象棋评估功能,一个是基于经典评估,另一个是基于高效可更新神经网络的NNUE评估。经典评估在几乎所有CPU体系结构上都能有效运行,而NNUE评估得益于大多数CPU(sse2、avx2、neon或类似)上可用的向量内部函数。
截止20220516,目前最新的版本是Stockfish 15
Stockfish 15相较于Stockfish 14.1的nnue架构有重大的变化,部分搜索算法的改进受到了Koivisto和Seer的启发。值得一提的是,Koivisto仅用了一年半的时间几乎就达到了仅次于Stockfish,Leela和Dragon的水平。这里是Koivisto的官网:koivisto-chess.com
Stockfish引擎并不是一个完整的国际象棋程序,需要一个与UCI兼容的GUI(例如XBoard与PolyGlot,Scid,CuteChess,eboard,Arena,Sigma Chess,Shredder,Chess Partner或Fritz)
Download Stockfish 15
Windows
Note: The Stockfish chess engine is a command line program. You may want to use it in your own UCI-compatible chess GUI.
⚡️ Faster: Works on modern computers. | Download (AVX2) |
🐢 More compatible: Is a bit slower, but works on the vast majority of computers. | Download (POPCNT) |
If you’re looking for binaries for a specific CPU architecture, see all Windows binaries
Android
Note: The Stockfish chess engine is a command line program. You may want to use it in your own UCI-compatible chess GUI.
⚡️ Faster: Works on most Android devices. | Download (ARMv8) |
🐢 More compatible: Is slower, but works on older Android devices. | Download (ARMv7) |
macOS
The easiest way to get started is with the Stockfish app:
If you want the engine only, you can get it through Homebrew: brew install stockfish
iOS
One app that we recommend is SmallFish:
Linux
Source Code
Other Versions
评论前必须登录!
注册