Next: , Up: Evaluation settings


10.1.1 Introduction to evaluation settings

GNU Backgammon evaluation functionality is driven by 3 separate neural networks. The neural nets evaluates each position statically, and returns the outcome probabilities of the game at the given position. However, there are several different methods and techniques that an evaluation can use, and these can be adjusted. It's possible to set different levels of lookahead, it's possible to add noise to the evaluation, and each evaluation can be done cubeful or cubeless. All these setting together form a total evaluation setting. In GNU Backgammon there are several of these evaluations setting for each operation GNU Backgammon does.

  1. Evaluation setting for Hints and Evaluations
  2. Evaluation setting for analysis.
  3. Evaluation setting for GNU Backgammon when it's playing.
  4. Several evaluation settings for each move performed in a rollout.