Difference between revisions of "C-chess-cli"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * User Interface * Command Line Interface * c-chess-cli'''<br/> '''Home * Software * Tournament Manager * c-chess-cli''...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
'''c-chess-cli''',<br/>
 
'''c-chess-cli''',<br/>
a lightweight [[Tournament Manager|tournament manager]] for [[UCI]] chess engines with a [[CLI|command line interface]] primarily developed on [[Linux]] by Lucas Braesch aka lucasart, written in [[C]], only using the [https://en.wikipedia.org/wiki/C_standard_library C standard library] and [https://en.wikipedia.org/wiki/C_POSIX_library C POSIX library].
+
a lightweight [[CLI|command line]] [[Tournament Manager|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 [https://en.wikipedia.org/wiki/C_standard_library C standard library] and [https://en.wikipedia.org/wiki/C_POSIX_library C POSIX library] <ref>[https://github.com/lucasart/c-chess-cli/blob/master/README.md c-chess-cli/README.md at master · lucasart/c-chess-cli · GitHub]</ref>.
c-chess-cli is [https://en.wikipedia.org/wiki/Free_software free software] under the [[Free Software Foundation#GPL|GPL v3.0]] and features [[Match Statistics#SPRT|sequential probability ratio test]] in two engine matches, and '''sampling''' for the purpose to generate data for [[Supervised Learning|supervised]] [[Automated Tuning|tuning]] and training <ref>[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</ref>.
+
c-chess-cli is [https://en.wikipedia.org/wiki/Free_software free software] licensed under the [[Free Software Foundation#GPL|GPL v3.0]] and among multiple other things features [[Match Statistics#SPRT|sequential probability ratio test]] in two engine matches, and '''sampling''' for the purpose to generate data for [[Supervised Learning|supervised]] [[Automated Tuning|tuning]] and training <ref>[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</ref>.
  
 
=See also=  
 
=See also=  
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 10: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