amchess / ShashChess

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

Random zobrist-keys #24

Closed Luecx closed 2 years ago

Luecx commented 3 years ago

I stumbled across this SF-Fork and am i kinda interested in why you wrote down all the random zobrist keys by hand? I mean it must have been proven to be better than a simple call to some random function inside a loop. Do you have any proof for that? It's really interesting since I was also thinking about some better way to distribute the zobrist keys to reduce collisions-

amchess commented 2 years ago

No random keys are crucial for learning mechanism.