Difference between revisions of "Stockfish"

From Chessprogramming wiki
Jump to: navigation, search
Line 456: Line 456:
 
* [https://stockfishchess.org/blog/2021/stockfish-13/ Stockfish 13], The Stockfish Team, February 19, 2021
 
* [https://stockfishchess.org/blog/2021/stockfish-13/ Stockfish 13], The Stockfish Team, February 19, 2021
 
* [https://stockfishchess.org/blog/2021/stockfish-14/ Stockfish 14], The Stockfish Team, July 02, 2021
 
* [https://stockfishchess.org/blog/2021/stockfish-14/ Stockfish 14], The Stockfish Team, July 02, 2021
 +
* [https://stockfishchess.org/blog/2021/our-lawsuit-against-chessbase/ Our lawsuit against ChessBase], The Stockfish Team, July 20, 2021 » [[ChessBase]], [[Fat Fritz#Fat Fritz 2|Fat Fritz 2]], [[Houdini#Stockfish|Houdini 6]]
  
 
=External Links=  
 
=External Links=  

Revision as of 07:01, 21 July 2021

Home * Engines * Stockfish

Stockfish logo [1]
Stockfish 12 logo [2]

Stockfish,
an UCI compatible open source chess engine developed by Tord Romstad, Marco Costalba, Joona Kiiski and Gary Linscott [3], licensed under the GPL v3.0. Marco forked the project from version 2.1 of Tord's engine Glaurung, first announced by Marco in November 8, 2008 [4], and in early 2009 Joona's Smaug, a further Glaurung 2.2 derivative, was incorporated [5] . Starting out among the top twenty engines, Stockfish has quickly climbed in strength to become the world strongest chess entity as of 2018 - at least concerning the AlphaZero hype [6], public available chess entity. The name "Stockfish" reflects the ancestry of the engine. Tord is Norwegian and Marco Italian, and there is a long history of stockfish trade from Norway to Italy (to Marco's home town of Vicenza, in fact). Stockfish also referred another famous "little fish", the then strongest chess engine Rybka. In 2011, Marco Costalba and Joona Kiiski stepped down as Stockfish maintainers [7]. From that, the project is being developed and maintained by the Stockfish community.

A synergy effect with the Shogi community led to the promising branch of Stockfish NNUE, courtesy of Nodchip, who introduced NNUE to Stockfish in 2019 [8]. On September 02, 2020, Stockfish 12 was released with a huge jump in playing strength due to NNUE and further tuning of the engine [9]. The release of Stockfish 13 on February 19, 2021, has been triggered by the start of sales of the Fat Fritz 2 engine by ChessBase, based on a recent development version of Stockfish with minor modifications [10]. Stockfish 14, released on July 02, 2021, further improved due to efforts by Tomasz Sobczyk and Gary Linscott in designing a new NNUE architecture in conjunction with a GPU accelerated trainer written in PyTorch. Further, the collaboration with the Leela Chess Zero team payed off, in providing billions of positions to train the new NNUE [11].

Science versus Commerce?

There is a wide range of opinions about strong open source chess engines affecting commercial and competitive interests, as well as monetary interests from computer chess users, who obtain a top engine for free. The scientific and social value of strong open-source programs is indisputable. The teamwork effort to share ideas and knowledge to write one of the strongest programs, which everybody may follow and share to learn and play for free, is definitely a challenging and motivating task, gathering both admiration and enviousness. Obviously, professional programmers of commercial chess programs are not that enthusiastic about the development and need to improve further and/or focus more on secondary features or other business concepts like online play and/or user interface issues rather than on pure playing strength.

Also, many hobbyist chess programmers feel in the antagonism as well, not only caused by Stockfish with its highly respected authors, and before by Fruit and slightly Crafty, but from Ippolit and all its successors by pseudonymous authors and disputed origin. The implications on commercial and competitive computer chess are not quite clear, but presumably, the decrease in the number of participants of over the board tournaments will progress and clone suspicions may float like a Sword of Damocles over the scene, whether programmers took ideas too literally or not.

Platforms

Since Stockfish is written in C++, it may be compiled and build for various processors and operating systems such as Android, iOS, Linux, macOS, and Windows. Stockfish for macOS was built by Daylen Yang, who is also responsible for the Stockfish website. Stockfish for iOS was built by Tord Romstad [12].

Fishtest

The Stockfish Testing Framework dubbed Fishtest [13] is a web application written by Gary Linscott [14] [15], based on a SETI@home kind of volunteer computing. Fishtest is mainly written in Python under the Pyramid Application Development Framework [16], and distributes games across different machines to reduce the test latency and increment throughput. Started in early 2013 with Stockfish 3.0, Fishtest has hundreds of contributors, as of June 2018, 1130 testers and 162 developers [17] active in testing ideas and tweaks [18], to make Stockfish the strongest chess entity of the world [19].

Evaluation Guide

Since April 2017 the interactive Stockfish Evaluation Guide is available to explore Stockfish's evaluation with a JavaScript implementation running in a browser [20] . One may enter a FEN string of a position, to get the resulting score of the main evaluation term considering the game phases within its tapered evaluation, and may navigate through the tree of subterms and features with its particular characteristics for the given position [21] .

Tournament Play

Stockfish is top contender of the prestigious Top Chess Engines Competition (TCEC), reaching the superfinals since season 4, and established its world number one status in winning TCECs, leaving its commercial rivals Komodo and Houdini behind. Since season 14 in early 2019, Stockfish competes with the deep learning Leela Chess Zero engines, whose playing strength triggered a motivation boost in the developing community to further improve Stockfish.

GM+Rybka vs. Stockfish

On July 19, 2014, Stockfish 5 played a four game match versus Daniel Naroditsky plus Rybka 3 (2008), 45 minutes plus 30-second increment. Stockfish won 3½ - ½ [22] [23] . A few weeks later the experiment continued with Hikaru Nakamura in Burlingame, California [24] . Supported two games by Rybka 3, Nakamura lost ½ - 1½, two games with pawn odds (Stockfish both Black without h- and b-pawn) ended ½ - 1½ in favour to Stockfish 5 as well. It played the latest development build compiled for OS X running on a 3 GHz 8-Core Mac Pro [25] .

Selected Features

[26]

Board Representation

BMI2 - PEXT Bitboards (not recommend for AMD Ryzen [27] prior to Zen 3)

Search

Evaluation

See also Evaluation Philosophy [32] [33]

Misc

SPSA

Release Dates

2008

  • Stockfish 1.0 - November 02, 2008
  • Stockfish 1.01 - November 03, 2008
  • Stockfish 1.1 - December 06, 2008
  • Stockfish 1.1a - December 08, 2008
  • Stockfish 1.2 - December 29, 2008

2009

  • Stockfish 1.3 - May 02, 2009
  • Stockfish 1.3.1 - May 03, 2009
  • Stockfish 1.4 - July 05, 2009
  • Stockfish 1.5 - October 04, 2009
  • Stockfish 1.5.1 - October 11, 2009
  • Stockfish 1.6 - December 25, 2009
  • Stockfish 1.6.1 - December 25, 2009
  • Stockfish 1.6.2 - December 31, 2009

2010 ...

  • Stockfish 1.6.3 - February 02, 2010
  • Stockfish 1.7 - April 08, 2010
  • Stockfish 1.7.1 - April 10, 2010
  • Stockfish 1.8 - July 02, 2010
  • Stockfish 1.9 - October 02, 2010
  • Stockfish 1.9.1 - October 05, 2010

2011

  • Stockfish 2.0 - January 01, 2011
  • Stockfish 2.0.1 - January 04, 2011
  • Stockfish 2.1 - May 04, 2011
  • Stockfish 2.1.1 - May 08, 2011
  • Stockfish 2.2 - December 29, 2011

2012

  • Stockfish 2.2.1 - January 06, 2012
  • Stockfish 2.2.2 - January 14, 2012
  • Stockfish 2.3 - September 15, 2012
  • Stockfish 2.3.1 - September 22, 2012

2013

  • Stockfish 3 - April 30, 2013
  • Stockfish 4 - August 20, 2013
  • Stockfish DD - November 29, 2013
  • Stockfish 5 - May 31, 2014

2015 ...

  • Stockfish 6 - January 27, 2015
  • Stockfish 7 - January 02, 2016
  • Stockfish 8 - November 01, 2016
  • Stockfish 9 - February 01, 2018
  • Stockfish 10 - November 29, 2018

2020 ...

  • Stockfish 11 - January 18, 2020
  • Stockfish 12 - September 02, 2020
  • Stockfish 13 - February 19, 2021
  • Stockfish 14 - July 02, 2021

Ports

Derivatives

Authors

Elo Progress

of Stockfish in first 10 years [35]

SfElo.png

See also


Publications

Forum Posts

2008 ...

2009

2010 ...

2011

2012

2013

2014

2015 ...

Explanation for non-expert? by Louis Zulli, CCC, February 16, 2015 » Parallel Search

2016

Re: Stockfish 7 and partial 6 piece syzygy problem? by Marco Costalba, CCC, September 01, 2016

2017

Re: Stockfish bench ...

2018

2019

2020 ...

Re: Stockfish Reverts 5 Recent Patches by Michel Van den Bergh, CCC, February 02, 2020 » SPRT

2021

Re: will Tcec allow Stockfish with a Leela net to play? by Connor McMonigle, CCC, June 17, 2021

Blog Posts

2014

2015 ...

2020 ...

External Links

Chess Engine

Issues

Pull Requests

Testing

Creating my first test · glinscott/fishtest Wiki · GitHub
Fishtest mathematics · glinscott/fishtest Wiki · GitHub

Rating Lists

Matches

Interviews

Videos

Misc

References

  1. The Stockfish icon was designed by Klein Maetschke, About - Stockfish
  2. Stockfish - Open Source Chess Engine, The Stockfish 12 icon was designed by Klein Maetschke, About - Stockfish
  3. Stockfish 7 by Joona Kiiski, CCC, January 02, 2016
  4. Stockfish 1.0 by Marco Costalba, CCC, November 02, 2008
  5. Re: Smaug: a new chess engine based on glaurung by Marco Costalba, CCC, March 12, 2009
  6. David Silver, Thomas Hubert, Julian Schrittwieser, Ioannis Antonoglou, Matthew Lai, Arthur Guez, Marc Lanctot, Laurent Sifre, Dharshan Kumaran, Thore Graepel, Timothy Lillicrap, Karen Simonyan, Demis Hassabis (2017). Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm. arXiv:1712.01815
  7. Stockfish on github by Marco Costalba, CCC, October 02, 2011
  8. Stockfish NN release (NNUE) by Henk Drost, CCC, May 31, 2020
  9. Stockfish 12, The Stockfish Team, Stockfish Blog, September 02, 2020
  10. Stockfish 13, The Stockfish Team, February 19, 2021
  11. Stockfish 14, The Stockfish Team, July 02, 2021
  12. About - Stockfish
  13. glinscott/fishtest · GitHub
  14. Get Involved - Stockfish - Powerful Open Source Chess Engine
  15. Fishtest Distributed Testing Framework by Marco Costalba, CCC, May 01, 2013
  16. The Pyramid Web Framework — The Pyramid Web Framework v1.5
  17. Stockfish Testing Framework - Users
  18. Stockfish Testing Framework
  19. Adam's Computer Chess Pages: Stockfish Progression by Adam Hair
  20. Re: How far away are we from deep learning Stockfish, Komodo by Gary, CCC, May 21, 2017
  21. Stockfish Evaluation Guide
  22. Can a GM and Rybka beat Stockfish? by GM Daniel Naroditsky, Chess.com, August 08, 2014
  23. GM and Rybka vs. Stockfish by Robert Maddox, CCC, August 09, 2014
  24. Nakamura vs Stockfish, public match 8/23 by Jesse L, CCC, August 17, 2014
  25. Stockfish Outlasts "Rybkamura" by FM Mike Klein, Chess.com, August 24, 2014
  26. if not mentioned otherwise, based on the sources of Stockfish 6
  27. Ryzen and BMI2: Strange behavior and high latencies by DonnieTinyHands, Reddit, March 20, 2017
  28. Stockfish/position.h at sf_12 · official-stockfish/Stockfish · GitHub
  29. Remove piece lists by syzygy1 · Pull Request #3247 · official-stockfish/Stockfish · GitHub
  30. Re: piece lists advantage with bit-boards? by Ronald de Man, CCC, December 26, 2018
  31. Re: Stockfish 7 progress by Lucas Braesch, CCC, January 17, 2016
  32. The Art of Evaluation by Tord Romstad, CCC, August 2, 2007
  33. Stockfish Evaluation Guide
  34. exoticorn/stockfish-js · GitHub
  35. Cscuile's Sheets
  36. Part 1 covers Houdini, Rybka, Komodo, Stockfish, Critter, Naum, Chiron and Spike
  37. Who is the Master? from Jean-Marc Alliot's professional website
  38. exoticorn/stockfish-js · GitHub
  39. Delphil 3.3b2 (2334) - Stockfish 030916 (3228), TCEC Season 9 - Rapid, Round 11, September 16, 2016
  40. Use equations for PushAway and PushClose · official-stockfish/Stockfish@5a7b45e · GitHub
  41. Update default net to nn-8a08400ed089.nnue by Sopel97 · Pull Request #3474 · official-stockfish/Stockfish · GitHub by Tomasz Sobczyk
  42. Sopel97 (Tomasz Sobczyk) · GitHub
  43. Regan's latest: Depth of Satisficing by Carl Lumma, CCC, October 09, 2015
  44. An info by Sylwy, CCC, July 25, 2020

Up one Level