Exact Score

From Chessprogramming wiki
Revision as of 16:21, 2 May 2018 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Search * Score * Exact Score''' An '''Exact Score''' is a score returned from an alpha-beta search, if [[Alpha|alpha]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Search * Score * Exact Score

An Exact Score is a score returned from an alpha-beta search, if alpha, the max so far, was improved, while the min-player improved his score as well (score < beta). The current node searched was an expected PV-Node, which was confirmed by the search in finding and collecting a principal variation.

Always or Never

  • Pure Minimax always returns exact scores.
  • A Null Window search never returns exact scores.

See also

Forum Posts

Up one level