Stockfish (chess)

Stockfish
Developer(s) Marco Costalba
Joona Kiiski
Gary Linscott
Tord Romstad[1]
Initial release November 2, 2008 (2008-11-02)
Stable release
8 / November 1, 2016 (2016-11-01)
Written in C++
Operating system Microsoft Windows
Mac OS X
Linux
iOS
Android
Type Chess engine
License GNU GPLv3[2]
Website www.stockfishchess.org

Stockfish is a free and open source[3] UCI chess engine, available for various desktop and mobile platforms. It is developed by Marco Costalba, Joona Kiiski, Gary Linscott and Tord Romstad, with many contributions from a community of open source developers.

Stockfish is consistently ranked first or near the top of most chess engine rating lists and is the strongest open source chess engine in the world.[4][5][6] It won the unofficial world computer chess championships in 2013 and was a runner-up in 2014 and 2015. It is derived from Glaurung, an open source engine by Romstad.

Features

Stockfish can use up to 128 CPU cores in multiprocessor systems. The maximum size of its transposition table is 1 TB. Stockfish implements an advanced alpha-beta search and uses bitboards. Compared to other engines, it is characterized by its great search depth, due in part to more aggressive pruning and late move reductions.[7][8]

Stockfish supports Chess960, which is one of the features that was inherited from Glaurung. The Syzygy tablebase support, previously available in a fork maintained by Ronald de Man, was integrated into Stockfish in 2014.[9]

History

The program originated from Glaurung, an open source chess engine created by Romstad and first released in 2004. Four years later, Costalba, inspired by the strong open source engine decided to fork the project. He named it Stockfish because it was "produced in Norway and cooked in Italy" (Costalba is an Italian, Romstad is a Norwegian). The first version, Stockfish 1.0 was released in November 2008.[2][10] For a while, new ideas and code changes were transferred between the two programs in both directions, until Romstad decided to discontinue Glaurung in favor of Stockfish, which was the more advanced engine at the time.[11] The last Glaurung version 2.2 was released in December 2008.

Around 2011, Romstad decided to abandon his involvement with Stockfish and preferred to spend his time on his new iOS chess app.

On 18 June 2014 Marco Costalba announced that he had "decided to step down as Stockfish maintainer" and asked that the community create a fork of the current version and continue its development.[12] An official repository, managed by a volunteer group of core Stockfish developers, was created soon after and currently manages the development of the project.[13]

Fishtest

Since 2013, Stockfish has been developed using a distributed testing framework named Fishtest, where volunteers are able to donate CPU time for testing improvements to the program.[14][15][16]

Changes to game-playing code are accepted or rejected based on results of playing of tens of thousands of games on the framework against an older version of the program, using sequential probability ratio testing. Tests on the framework are verified using the chi-squared test, and only if the resulting p-value is not statistically significant, the test is deemed reliable.

As of November 2016, the framework has used a total of more than 508 years of CPU time to play more than 350 million chess games.[17] After the inception of Fishtest, Stockfish incurred an explosive growth of 120 Elo points in just 12 months, propelling it to the top of all major rating lists.[18][19] In Stockfish 7, FishTest author Gary Linscott was added to the official list of authors in acknowledgement of its contribution to Stockfish's strength.

Competition results

Participation in TCEC

In 2013 Stockfish finished runner-up at both TCEC Seasons 4 and 5, with Superfinal scores of 23–25 first against Houdini 3 and later against Komodo 1142. Season 5 was notable for the winning Komodo team as they accepted the award posthumously for the program's creator Don Dailey, who succumbed to an illness during the final stage of the event. In his honor, the version of Stockfish that was released shortly after that season was named "Stockfish DD".[20]

DroidFish is a free Android chess program that bundles the Stockfish engine.

On 30 May 2014, Stockfish 170514 (a development version of Stockfish 5 with tablebase support) convincingly won TCEC Season 6, scoring 35.5-28.5 against Komodo 7x in the Superfinal.[21] Stockfish 5 was released the following day.[22] In TCEC Season 7, Stockfish again made the Superfinal, but lost it to Komodo with the score of 30.5-33.5.[21] In TCEC Season 8, despite losses on time caused by buggy code, Stockfish nevertheless qualified once more for the Superfinal, but lost the ensuing 100-game match 46.5-53.5 to Komodo.[21]

Stockfish is the winner of Season 9 of TCEC against Houdini with the score of 54.5 versus 45.5.

Stockfish versus Nakamura

Stockfish's strength relative to the best human chess players was most apparent in a handicap match with grand-master Hikaru Nakamura (2798-rated) in August 2014. In the first two games of the match, Nakamura had the assistance of an older version of Rybka, and in the next two games, he received White with pawn odds but no assistance. Nakamura was the world's fifth-best human chess player at the time of the match, while Stockfish was denied use of its opening book as well as endgame tablebase. Stockfish won each half of the match 1.5–0.5. Both of Stockfish's wins arose from positions in which Nakamura, as is typical of his playing style, pressed for a win instead of acquiescing to a draw.[23]

Platforms

Release versions and development versions are available as C++ source code, and as precompiled versions for Microsoft Windows, Mac OS X, Linux 32-bit/64-bit and Android.

Stockfish has been a very popular engine for various platforms. On the Desktop, it is the default chess engine bundled with the Internet Chess Club interface programs BlitzIn and Dasher. On the mobile platform, it has been bundled with the Stockfish app, SmallFish and Droidfish. Other Stockfish-compatible graphical user interfaces (GUIs) include Fritz, Arena, Stockfish for Mac, and PyChess.[24][25] As of May 2014, Stockfish is the AI used by Lichess,[26] a popular online chess site.

References

  1. "Stockfish/src/uci.cpp". Retrieved 18 March 2016.
  2. 1 2 "About". stockfishchess.org. Retrieved 5 March 2014.
  3. Chabris, Christopher. "The Real Kings of Chess Are Computers". Wall Street Journal. Retrieved 18 September 2015.
  4. "CEGT Best Versions 40/20 (AMD 4200+)". Chess Engines Grand Tournament. 29 June 2014. Retrieved 1 July 2014.
  5. "CCRL 40/40". Computer Chess Rating Lists. 29 June 2014. Retrieved 1 July 2014.
  6. "IPON Rating List". 6 June 2014. Retrieved 1 July 2014.
  7. Kaufman, Larry (24 November 2013). "Stockfish depth vs. others; challenge". talkchess.com. Retrieved 8 March 2014.
  8. Kislik, Erik (6 June 2014). "IM Erik Kislik analyzes the TCEC Superfinal in-depth". susanpolgar.blogspot.hu. Retrieved 7 June 2014.
  9. "Stockfish development versions". abrok.eu. Retrieved 1 February 2015.
  10. Costalba, Marco (2 November 2008). "Stockfish 1.0". talkchess.com. Retrieved 6 March 2014.
  11. Romstad, Tord (5 September 2009). "Re: Stockfish - Glaurung". wbec-ridderkerk.forumotion.com. Retrieved 5 March 2014.
  12. Costalba, Marco (18 June 2014). "Step down". groups.google.com. Retrieved 19 June 2014.
  13. Linscott, Gary (18 June 2014). "New official repository". groups.google.com. Retrieved 19 June 2014.
  14. "Stockfish Testing Framework". tests.stockfishchess.org. Retrieved 7 March 2014.
  15. "Get Involved". stockfishchess.org. Retrieved 8 March 2014.
  16. Costalba, Marco (1 May 2013). "Fishtest Distributed Testing Framework". talkchess.com. Retrieved 18 April 2014.
  17. "Stockfish Testing Framework - Users". test.stockfishchess.org. Retrieved 3 January 2016.
  18. "Fast GM Rating List".
  19. "CCRL Rating List".
  20. "Stockfish Blog on Stockfish DD".
  21. 1 2 3 "TCEC Season Archive". tcec.chessdom.com. Retrieved 9 January 2015.
  22. Costalba, Marco (31 May 2014). "Stockfish 5". talkchess.com. Retrieved 19 June 2014.
  23. http://www.chess.com/news/stockfish-outlasts-nakamura-3634
  24. Using the Stockfish Engine, Stockfish Support
  25. ChessEngines, PyChess Github
  26. Lichess uses Stockfish announcement

Further reading

External links

This article is issued from Wikipedia - version of the 12/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.