GES

From Chessprogramming wiki
Revision as of 10:20, 27 September 2019 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Engines * GES''' '''GES''',<br/> David B. Weller's first chess engine, written in C and compliant to the Chess Engine Co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * GES

GES,
David B. Weller's first chess engine, written in C and compliant to the Chess Engine Communication Protocol aka WinBoard, first released in July 2004 [1]. GES applies PVS with aspiration, a main transposition table and pawn hash table [2], verified null move pruning, and a rudimentary SEE. GES' extension policy was to add one ply if any of the conditions met, which were checks, pawns to 2nd/7th rank, mate threats, single replies, and recaptures, and later tried aggregated but fractional extensions without obvious progress [3].

See also

Forum Posts

2004

2005

External Links

References

Up one Level