Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
157 stars 17 forks source link

different NNUE files ? #470

Closed tissatussa closed 1 month ago

tissatussa commented 1 month ago

i just compiled your newest master source (after commit 300077e) and the binary seems to run fine in CuteChess GUI. At first i use the default network, which was downloaded while compiling, and it's accepted and loade at the start of a game - i see this UCI output :

info string Reading network nn-bc638d5ec9-20240730.nnue successful. Using NNUE (V5-1024).

i see that network isn't the HalfKP type (the well-known 20 Mb ones), it has another format. i have read the info at your NN page, were details are given for each one. it seems you're experimenting with the network architecture .. that's OK but at this moment i'm looking for a way to use an (your) engine which can use a custom NN, and i decided HalfKP, e.g. i found red_neuronal.nnue .. when i set this NN file as UCI option, it seems to be accepted and loaded :

info string Reading network ./red_neuronal.nnue successful. Using NNUE (V1).

can you elaborate on this ? is RubiChess able to use all NN files on your download page and/or HalfKP ones (from other sources) ? does this depend on the RubiChess version ?

Matthies commented 1 month ago

RubiChess should be able to use every file in my NN repository.