Difference between revisions of "Cutechess-cli"

From Chessprogramming wiki
Jump to: navigation, search
Line 98: Line 98:
 
* [http://www.chessprogramming.net/computerchess/chess-engine-testing-framework/ Chess Engine Testing Framework - Computer Chess Programming] by [[Steve Maughan]], August 07, 2013
 
* [http://www.chessprogramming.net/computerchess/chess-engine-testing-framework/ Chess Engine Testing Framework - Computer Chess Programming] by [[Steve Maughan]], August 07, 2013
 
* [https://github.com/nkg114mc/cute-mpi-interface nkg114mc/cute-mpi-interface · GitHub] by [[Chao Ma]]
 
* [https://github.com/nkg114mc/cute-mpi-interface nkg114mc/cute-mpi-interface · GitHub] by [[Chao Ma]]
* [[@https://stockfishchess.de|Cute Chess cutechess-cli]] for macOS
 
  
 
=References=  
 
=References=  
 
<references />
 
<references />
 
'''[[CLI|Up one Level]]'''
 
'''[[CLI|Up one Level]]'''

Revision as of 15:52, 23 July 2019

Home * User Interface * Command Line Interface * Cutechess-cli

Cutechess-cli,
a Chess Engine Communication Protocol and UCI compliant, lightweight command line interface by Ilari Pihlajisto, suited to run automated engine-engine matches. Cutechess-cli is based on the core chess library of the Cute Chess GUI, co-developed by Arto Jonsson, and is open source, released under the GPLv3+ license, first published in March 2009 [1] . It requires appropriate QT core libraries at runtime. Cutechess-cli can be used with Rémi Coulom's CLOP to automate chess engine parameter tuning.

See also

Forum Posts

2009

2010 ...

Re: Looking for linux 64 bit engines & epds by Ilari Pihlajisto, Winboard Forum, January 19, 2010
Re: Looking for linux 64 bit engines & epds by Daniel Shawul, Winboard Forum, January 19, 2010 [2]

2011

2012

2013

Re: Is there a MPI version cutechess-cli? by Chao Ma, CCC, September 03, 2013

2014

2015 ...

2016

2017

2018

2019

External Links

References

Up one Level