Difference between revisions of "Recommended Reading"

From Chessprogramming wiki
Jump to: navigation, search
Line 15: Line 15:
 
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-vi-evaluation-functions-r1208 Chess Programming Part VI: Evaluation Functions] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], October 2000
 
* [http://www.gamedev.net/page/resources/_/technical/artificial-intelligence/chess-programming-part-vi-evaluation-functions-r1208 Chess Programming Part VI: Evaluation Functions] by [[François-Dominic Laramée]], [https://en.wikipedia.org/wiki/GameDev.net gamedev.net], October 2000
 
* [http://www.fam-petzke.de/chess_home_en.shtml Chess Programming - Home] by [[Thomas Petzke]]
 
* [http://www.fam-petzke.de/chess_home_en.shtml Chess Programming - Home] by [[Thomas Petzke]]
* [https://plus.google.com/communities/101137718910567184008 Computer Chess] – [https://en.wikipedia.org/wiki/Google%2B Google+]
 
 
* [http://www.netlib.org/utk/lsi/pcwLSI/text/node341.html Computer Chess] from the [http://www.netlib.org/utk/lsi/pcwLSI/text/BOOK.html Parallel Computing Works] ebook
 
* [http://www.netlib.org/utk/lsi/pcwLSI/text/node341.html Computer Chess] from the [http://www.netlib.org/utk/lsi/pcwLSI/text/BOOK.html Parallel Computing Works] ebook
 
* [http://home.hccnet.nl/h.g.muller/chess.html Computer Chess] by [[Harm Geert Muller]]
 
* [http://home.hccnet.nl/h.g.muller/chess.html Computer Chess] by [[Harm Geert Muller]]
Line 21: Line 20:
 
* [http://www.frayn.net/beowulf/theory.html Computer Chess Programming Theory] by [[Colin Frayn]]
 
* [http://www.frayn.net/beowulf/theory.html Computer Chess Programming Theory] by [[Colin Frayn]]
 
* [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki] by [[Ron Murawski]]
 
* [http://computer-chess.org/doku.php?id=home Computer-Chess Wiki] by [[Ron Murawski]]
* [http://web.archive.org/web/20070122035937/http://www.maths.nottingham.ac.uk/personal/anw/G13GT1/compch.html G13GAM -- Game Theory -- computer chess notes] by [[Andy Walker]]
+
* [https://web.archive.org/web/20181212075233/http://web.archive.org/web/20070122035937/http://www.maths.nottingham.ac.uk/personal/anw/G13GT1/compch.html G13GAM -- Game Theory -- computer chess notes] by [[Andy Walker]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine])
 
* [http://www.chilton-computing.org.uk/acl/literature/books/gamesplaying/overview.htm Games Playing with Computers] by [[Alex Bell]], hosted by [https://en.wikipedia.org/wiki/Rutherford_Appleton_Laboratory Rutherford Appleton Laboratory (RAL)]
 
* [http://www.chilton-computing.org.uk/acl/literature/books/gamesplaying/overview.htm Games Playing with Computers] by [[Alex Bell]], hosted by [https://en.wikipedia.org/wiki/Rutherford_Appleton_Laboratory Rutherford Appleton Laboratory (RAL)]
 
* [http://macechess.blogspot.com/ mACE Chess] by [[Thomas Petzke]] [[iCE]], [[mACE]]
 
* [http://macechess.blogspot.com/ mACE Chess] by [[Thomas Petzke]] [[iCE]], [[mACE]]
 
* [http://mediocrechess.blogspot.com/ Mediocre Chess] by [[Jonatan Pettersson]] » [[Mediocre]]
 
* [http://mediocrechess.blogspot.com/ Mediocre Chess] by [[Jonatan Pettersson]] » [[Mediocre]]
 
* [http://www.craftychess.com/hyatt/pubs.html Online technical papers] by [[Robert Hyatt]]
 
* [http://www.craftychess.com/hyatt/pubs.html Online technical papers] by [[Robert Hyatt]]
* [http://www.top-5000.nl/authors/rebel/chess840.htm Programmer Corner] by [[Ed Schroder]] (old) » [[Rebel]] <ref>How Rebel Plays Chess as [http://members.home.nl/matador/Inside%20Rebel.pdf pdf reprint]</ref>
+
* [https://web.archive.org/web/20120331060714/http://www.top-5000.nl/authors/rebel/chess840.htm Programmer Corner] by [[Ed Schroder]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine]) » [[Rebel]] <ref>How Rebel Plays Chess as [http://members.home.nl/matador/Inside%20Rebel.pdf pdf reprint]</ref>
 
* [http://rebel13.nl/rebel13/ideas.html Programmer corner] by [[Ed Schroder]]
 
* [http://rebel13.nl/rebel13/ideas.html Programmer corner] by [[Ed Schroder]]
 
* [[Bruce Moreland#Topics|Programming Topics]] by [[Bruce Moreland]]
 
* [[Bruce Moreland#Topics|Programming Topics]] by [[Bruce Moreland]]
 
* [http://www.fierz.ch/strategy.htm Strategy Game Programming] by [[Martin Fierz]]
 
* [http://www.fierz.ch/strategy.htm Strategy Game Programming] by [[Martin Fierz]]
* [http://web.archive.org/web/20120621100214/http://www.sluijten.com/winglet/ Winglet, Writing a Chess Program in 99 Steps] by [[Stef Luijten]], [https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine] » [[Winglet]]
+
* [http://web.archive.org/web/20120621100214/http://www.sluijten.com/winglet/ Winglet, Writing a Chess Program in 99 Steps] by [[Stef Luijten]], ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine]) » [[Winglet]]
  
 
=Viewings=  
 
=Viewings=  

Revision as of 10:10, 6 September 2020

Home * Recommended Reading

Recommended readings and viewings about computer chess programming.

Online Resources

Viewings

Papers

Booklists

Books

1970 ...

1980 ...

1990 ...

2000 ...

  • Feng-hsiung Hsu (2002). Behind Deep Blue. Princeton University Press, 300 pages
  • Fritz Reul (2009). New Architectures in Computer Chess. Ph.D. thesis

2010 ...

  • Monty Newborn (2011). Beyond Deep Blue: Chess in the Stratosphere. Springer, 287 pages

See also

Postings

References

Home