User Tools

Site Tools


chess:programming:lazy_evaluation

Chess - Programming - Lazy Evaluation

Extending the concept of alpha-beta pruning to evaluation, we may terminate the evaluation early (thus approximating the true value of a position) if the score exceeds beta by a given margin (or falls below alpha by the same margin).

This saves time evaluating positions that do not require a detailed analysis, but may lead to inaccuracies if the margin used is too small.


Lazy Evaluation

chess/programming/lazy_evaluation.txt · Last modified: 2022/01/06 19:03 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki