N1ckn1ght / CCE

Custom chess engine, but abandoned bitboardless attempt on Rust.
0 stars 0 forks source link

Handle same hash positions with different move depth #14

Open N1ckn1ght opened 1 year ago

N1ckn1ght commented 1 year ago

Try to avoid repetitiveness, the minimax is not going to be Anish Giri, isn't it? And what about... storing some of them? Should be just about... 600 mb of hashes maximum before dropping the whole table on a unreversible move.