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

Players have individual evaluation caches, transposition tables #40

Open Vadman97 opened 5 years ago

Vadman97 commented 5 years ago

Can we combine them to prevent duplicate work? Would need to invert evaluation... might not even make sense for transposition table.

Vadman97 commented 5 years ago

dangerous because we have to ensure the evaluations / transposition lookups are same for both players - making a wont-fix for now

Vadman97 commented 5 years ago

evaluation cache can be shared in theory, definitely not TT