PraxTube / chess-ai

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

Improve move ordering to use soft evaluation #56

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

This soft evaluation is much faster then the actual evaluation, but of course not as good. However this should speed up the move process by quite a bit.

Closes #43.