Difference between revisions of "GES"

From Chessprogramming wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 10:20, 27 September 2019

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