jamesqo/chess-bot

[Perf] Improve TT replacement scheme

Closed this issue · 0 comments

Currently we're just using an LRU policy to decide what nodes to evict from the TT. Instead, we should take into account factors such as depth, relative age (during which PickMove call was it last used), etc.