ECE

From Chessprogramming wiki
Revision as of 12:44, 2 April 2020 by GerdIsenberg (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * ECE

ECE, (Easy Chess Engine)
an UCI compliant chess engine by Luigino Viscione, written in C++, first released in February 2004 [2]. The recent version is a 64-bit engine taking advantage of SSE4.2 instructions, performing a parallel search where multiple threads share the hash table. Further, ECE supports the PolyGlot opening book format [3]. ECE played the 3rd Chess Computer Cup 2008 with 4/6, and subsequently the IGWT 2013, IGWT 2014, IGWT III and IGWT IV International Gsei Web Tournaments.

See also

Forum Posts

External Links

Chess Engine

Misc

References

Up one level