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''...")
 
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=  

Revision as of 21:38, 9 November 2020

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

References

Up one Level