divy-07 / chess-engine

Implementing a basic Java chess engine
Apache License 2.0
1 stars 0 forks source link

Caching during move search #26

Open divy-07 opened 1 year ago

divy-07 commented 1 year ago

We can cache already evaluated positions to avoid evaluating the same position multiple times. This would go in chess.moves.bestMove