Difference between revisions of "ECE"

From Chessprogramming wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 13:44, 2 April 2020

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