kalebburnham / Majikthise-Python

0 stars 0 forks source link

Add a transposition table #14

Open kalebburnham opened 1 year ago

kalebburnham commented 1 year ago

https://www.chessprogramming.org/Transposition_Table

kalebburnham commented 1 year ago

While important for speed, this is not required to bootstrap the engine.