amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

Can you detail what this is private application and how to get it? #9

Closed aochoam closed 4 years ago

aochoam commented 4 years ago

Hello,

Please, can you provide more details on how to get the private offline learning application? "Not having it, the default performance is 0 (not applied)"

Thank you. Arturo Ochoa.

amchess commented 4 years ago

As explained in the ReadME, the application is private. So it isn't available and its goal is to fill the performance parameter based on positional patterns.

aochoam commented 4 years ago

Ok thanks.

Sorry, I could not do it. I tried to follow the instructions.

"At the engine loading, there is an automatic merge to experience.bin files, if we put the other ones, based on the following convention:

.bin where fileType="experience"/"bin" qualityIndex , an integer, incrementally from 0 on based on the file's quality assigned by the user (0 best quality and so on) N.B._ I have some questions: - filetype convention in windows is, for example, bin2.bin? - Do I have to locate the files in a separated folder such as experience/bin? - Where is located the master "experience.bin" file? Thank you, Arturo Ochoa.
amchess commented 4 years ago

No. The files are in the same engine's folder and are named like this experience.bin experience0.bin experience1.bin and so on to be merged

experience0.bin is the file with the highest priority in merging.

aochoam commented 4 years ago

Hello,

Thank you so much. It worked like a charm.

Kind regards, Arturo Ochoa.