likeawizard / chess-go

Chess engine with lichess.org bot-play integration. Discontinued. Further development migrated to https://github.com/likeawizard/tofiks
2 stars 0 forks source link

Transposition table #49

Closed likeawizard closed 1 year ago

likeawizard commented 1 year ago

Implement transposition tables. The existing transposition table implementation is very naive and seems to be buggy and is disabled.