PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Add unit tests for evaluation function #42

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

Compare different boards that have different evaluations (one higher then the other). For instance, taking a piece is usually better then just moving to an empty square.