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

Experience Files not merging #22

Closed magicianfromriga closed 3 years ago

magicianfromriga commented 3 years ago

Hi, What would be the names of the experience files to merge them? I currently have experience.bin and experience1.bin. With this when I load the engine in Chessbase it doesn't merge the experiences. What is the solution? Thanks!

amchess commented 3 years ago

The correct naming is experience.bin, experience0.bin, experience1.bin..., but it's easier to use BrainLearn for this, because it has learning by default.

magicianfromriga commented 3 years ago

Oh ok sure. Thanks!