Difference between revisions of "ECE"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * ECE''' FILE:Newcomen atmospheric engine animation.gif|border|right|thumb|200px| [https://en.wikipedia.org/wiki/Thomas_Newcomen Newcome...")
 
Line 6: Line 6:
 
an [[UCI]] compliant chess engine by [[Luigino Viscione]], written in [[Cpp|C++]], first released in February 2004 <ref>[http://web.archive.org/web/20080704173259/http://wbec-ridderkerk.nl/html/details1/ECE.html ECE] from [[WBEC|WBEC Ridderkerk]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine], July 04, 2008)</ref>.  
 
an [[UCI]] compliant chess engine by [[Luigino Viscione]], written in [[Cpp|C++]], first released in February 2004 <ref>[http://web.archive.org/web/20080704173259/http://wbec-ridderkerk.nl/html/details1/ECE.html ECE] from [[WBEC|WBEC Ridderkerk]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine], July 04, 2008)</ref>.  
 
The recent version is a 64-bit engine taking advantage of [[SSE4|SSE4.2]] instructions, performing a [[Parallel Search|parallel search]] where multiple [[Thread|threads]] [[Shared Hash Table|share the hash table]].
 
The recent version is a 64-bit engine taking advantage of [[SSE4|SSE4.2]] instructions, performing a [[Parallel Search|parallel search]] where multiple [[Thread|threads]] [[Shared Hash Table|share the hash table]].
Further, ECE supports the [[PolyGlot]] [[Opening Book|opening book]] format <ref>[http://lesgames.altervista.org/faq.html Luigino Viscione Chess Page - Dimitri 5 - ECE 20]</ref>. ECE played the [[CCC 2008|3rd Chess Computer Cup 2008]] with 4/6.
+
Further, ECE supports the [[PolyGlot]] [[Opening Book|opening book]] format <ref>[http://lesgames.altervista.org/faq.html Luigino Viscione Chess Page - Dimitri 5 - ECE 20]</ref>. ECE played the [[CCC 2008|3rd Chess Computer Cup 2008]] with 4/6,
 +
and subsequently the [[IGWT 2013]], [[IGWT 2014]], [[IGWT III]] and [[IGWT IV]] [[Italian Computer Chess Championship#IGWT|International Gsei Web Tournaments]].
  
 
=See also=
 
=See also=
Line 19: Line 20:
 
* [http://lesgames.altervista.org/  Luigino Viscione Chess Page]
 
* [http://lesgames.altervista.org/  Luigino Viscione Chess Page]
 
* [http://lesgames.altervista.org/faq.html Luigino Viscione Chess Page - Dimitri 5 - ECE 20]
 
* [http://lesgames.altervista.org/faq.html Luigino Viscione Chess Page - Dimitri 5 - ECE 20]
 +
* [http://www.g-sei.org/ece/ ECE] « [[G 6]]
 
* [http://web.archive.org/web/20080704173259/http://wbec-ridderkerk.nl/html/details1/ECE.html ECE] from [[WBEC|WBEC Ridderkerk]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine], July 04, 2008)
 
* [http://web.archive.org/web/20080704173259/http://wbec-ridderkerk.nl/html/details1/ECE.html ECE] from [[WBEC|WBEC Ridderkerk]] ([https://en.wikipedia.org/wiki/Wayback_Machine Wayback Machine], July 04, 2008)
 
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=ECE&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents ECE] in [[CCRL|CCRL 40/15]]
 
* [http://www.computerchess.org.uk/ccrl/4040/cgi/compare_engines.cgi?family=ECE&print=Rating+list&print=Results+table&print=LOS+table&print=Ponder+hit+table&print=Eval+difference+table&print=Comopp+gamenum+table&print=Overlap+table&print=Score+with+common+opponents ECE] in [[CCRL|CCRL 40/15]]

Revision as of 12:48, 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