Quark

From Chessprogramming wiki
Revision as of 21:24, 10 January 2019 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * Quark''' [[FILE:Pellkartoffeln mit Quark 2.JPG|border|right|thumb| Boiled [https://en.wikipedia.org/wiki/Potato potatoes] with quark and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * Quark

Boiled potatoes with quark and linseed oil [1]

Quark,
a Chess Engine Communication Protocol compatible chess engine by Thomas Mayer, written in C++. Beside using alpha-beta, Quark used to improve about 100 Elo in implementing a transposition table, null move pruning and an advanced evaluation along with various speed improvements [2]. Over the board, Quark played the 11th World Computer Chess Championship in Graz 2003 [3], as well as various IPCCCs in Paderborn, Dutch Open Computer Chess Championship, International CSVN Tournament [4] in Leiden and the BELCT 2001 [5] in Berlin. It further played multiple CCT Tournaments.

Source Code

Quarks first lines, Quote by Thomas Mayer [6]:

//-----------------------------------------------------------------------------------
// QuarkChess
//-----------------------------------------------------------------------------------
// My First Program in C++
//-----------------------------------------------------------------------------------
// Author : Thomas Mayer
// eMail  : thomas.j.mayer@t-online.de
// startet: 9th November 2000
// Previous versions: Some PommiChess - Basic and Pascal... Back to 1985
//-----------------------------------------------------------------------------------
// Current Version: 1.68alpha
//-----------------------------------------------------------------------------------
// Last Change: 7th January 2002
//-----------------------------------------------------------------------------------

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one level