Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Make transposition table hash be different than evaluation / move cache hashes #86

Open Vadman97 opened 5 years ago

Vadman97 commented 5 years ago

Transposition table, evaluation should take into account the 50 rule draw counter as part of the hash since it affects the score

Currently only a bug for transposition table where AI will ignore the 50 rule draw in pruning, making low priority