Chess Engine Files Which Ones?

Sort:
RMChess1954

What are the difference in each of the files? This is Arasan example but it applies to other engines too.

Martin_Stahl
RMChess1954 wrote:

What are the difference in each of the files? This is Arasan example but it applies to other engines too.

 

 

The bin file is it's opening book. The NNUE file would be the compiled numeral net file. Not sure about the rc file but the rest are just different compiles for different CPU capabilities.

RMChess1954

I found this https://github.com/jdart1/arasan-chess/blob/master/README.md. Thanks.