Difference between revisions of "Chess Fighter"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Chess Fighter''' '''Chess Fighter''', (Chess Fighter NN, Chess Fighter Zero, ChessFighter)<br/> an UCI compliant Neural Networks#D...")
 
 
Line 19: Line 19:
 
[[Category:UCI]]  
 
[[Category:UCI]]  
 
[[Category:GPU]]
 
[[Category:GPU]]
[[Category:NN]]
+
[[Category:DCNN]]

Latest revision as of 20:14, 24 August 2020

Home * Engines * Chess Fighter

Chess Fighter, (Chess Fighter NN, Chess Fighter Zero, ChessFighter)
an UCI compliant deep neural network chess engine by Alexander Lim, written in C++, first announced in March 2019 [1]. Chess Fighter is based on the ideas of AlphaZero, and applies MCTS/PUCT along with 8x128 value and policy nets using the C++ Dlib library by Davis E. King [2]. The program requires a GPU with at least CUDA 10 installed.

Forum Posts

External Links

References

Up one level