skycloudd / eccat

An experimental UCI chess engine written in Rust
MIT License
1 stars 1 forks source link

Clear the transposition table before searching #4

Closed skycloudd closed 1 month ago

skycloudd commented 2 months ago

Fixes #3 (hopefully)

This should prevent all sorts of weird bugs from happening. It also replicates the behaviour of stockfish. Unfortunately this does mean that successive searches during a real game are slower. But fixing bugs is more important, and performance can be gained back from other things :)