Difference between revisions of "C-chess-cli"

From Chessprogramming wiki
Jump to: navigation, search
 
Line 17: Line 17:
 
: [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=73948&start=16 c-chess-cli: generating training data for NN eval] by lucasart, [[CCC]], August 19, 2020
 
: [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=73948&start=16 c-chess-cli: generating training data for NN eval] by lucasart, [[CCC]], August 19, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75710 Killing zombies (POSIX)] by lucasart, [[CCC]], November 08, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=7&t=75710 Killing zombies (POSIX)] by lucasart, [[CCC]], November 08, 2020
 +
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=77702 c-chess-cli release] by lucasart, [[CCC]], July 11, 2021
  
 
=External Links=  
 
=External Links=  
 
* [https://github.com/lucasart/c-chess-cli GitHub - lucasart/c-chess-cli: Command Line Interface for UCI Chess engines written in C]
 
* [https://github.com/lucasart/c-chess-cli GitHub - lucasart/c-chess-cli: Command Line Interface for UCI Chess engines written in C]
 +
: [https://github.com/lucasart/c-chess-cli/releases/tag/20210710 Release 2021-07-10 · lucasart/c-chess-cli · GitHub]
  
 
=References=  
 
=References=  
 
<references />
 
<references />
 
'''[[CLI|Up one Level]]'''
 
'''[[CLI|Up one Level]]'''

Latest revision as of 09:21, 11 July 2021

Home * User Interface * Command Line Interface * c-chess-cli
Home * Software * Tournament Manager * c-chess-cli

c-chess-cli,
a lightweight command line tournament manager for UCI chess engines, primarily developed by Lucas Braesch aka lucasart. Developed on Linux, c-chess-cli was written in pure C, only using the C standard library and C POSIX library [1]. c-chess-cli is free software licensed under the GPL v3.0 and among multiple other things features sequential probability ratio test in two engine matches, and sampling for the purpose to generate data for supervised tuning and training [2].

See also

Forum Posts

c-chess-cli: generating training data for NN eval by lucasart, CCC, August 19, 2020

External Links

Release 2021-07-10 · lucasart/c-chess-cli · GitHub

References

Up one Level