TSCP

Home * Engines * TSCP

[ Simplicius Simplicissimus [1] TSCP,

Tom’s Simple Chess Program has been written by Tom Kerrigan in 1997 as a device to show the basics of the chess programming. On its home page [2] one can find not only the program itself, but also a couple of derivatives, like a version with null move pruning or with a bitboard move generator. TSCP 1.81 was the test engne in Mannen’s and Wiering’s computer chess learning experiments, where they trained several different chess evaluation functions ( neural networks) by using TD(λ) learning on a set of database games, published in 2004/05 [3] [4].

Licensing

TSCP is open source, but does not fall under GPL or similar licenses, which means that any derivative work must be approved by the author and most likely should not become open source, as it would open the path for violating author’s copyright.

Clones

(as listed by author) [12]

  • KasparovX
  • Squash
  • Replicant
  • Tuxedo

See also

Forum Posts

1997 …

2000 …

Re: Detecting three-fold repetition? by John Stanback, CCC, July 17, 2000 » SCP Repetition detection

TSCP with bitboards by Russell Reagan, CCC, June 01, 2003

2010 …

2020 …

References

  1. Simplicius Simplicissimus Cover page, 1669 by Hans Jakob Christoffel von Grimmelshausen, The adventurous Simplicissimus : being the description of the life of a strange vagabond named Melchior Sternfels von Fechshaim : Grimmelshausen, Hans Jakob Christoph von, 1625-1676, Free Download & Streaming : Internet Archive
  2. TSCP - from Tom Kerrigan’s Home Page
  3. Henk Mannen, Marco Wiering (2004). Learning to play chess using TD(λ)-learning with database games. Cognitive Artificial Intelligence, Utrecht University, Benelearn’04, pdf
  4. Marco Wiering, Jan Peter Patist, Henk Mannen (2005). Learning to Play Board Games using Temporal Difference Methods. Technical Report, Utrecht University, UU-CS-2005-048, pdf
  5. TSCP - data.c
  6. TSCP - board.c
  7. TSCP - search.c
  8. detects false repetitions in case of exchanging two unequal pieces, also used in Belzebub, credited to SCP and GNU Chess by John Stanback
  9. Re: Detecting three-fold repetition? by John Stanback, CCC, July 17, 2000
  10. Re: Move Tables - explain as if I’m five by Karlo Bala Jr., CCC, November 05, 2012
  11. TSCP - eval.c
  12. TSCP - from Tom Kerrigan’s Home Page Hall of shame

Up one Level