For the alpha-beta pruning to be more effective, the interval (α, β) should be as small as possible. In aspiration search, we limit the interval artificially and are ready to handle cases in which the search fails and we have to revert to the original values. The search fails at internal node v if all of its subtrees have their minimax values outside the assumed range (α , β ) (i.e. every subtree value e /∈ (α , β )). Because minimax (and negamax) method with alpha-beta pruning always returns values within the search interval, the out-of-range value e can be used to recognize a failed search. As noted by Fishburn (1983), we can add a fail-soft enhancement to the search by returning a value e that gives the best possible estimate of the actual alpha-beta range (i.e. e is as close as possible to it with respect to the information gathered in the failed search). Principal variation search (PVS) – introduced by Finkel and Fishburn (1982) and renamed by Marsland and Campbell (1982) – does the search even more intelligently. A node in a game tree belongs to one of the following types: (i) α-node, where every move has e ≤ α and none of them gets selected; (ii) β-node, where every move has e ≥ β; (iii) principal variation node, where one or more moves has e>α but none of them has e ≥ β. PVS assumes that whenever we find a principal variation move when searching a node, we have a principal variation node. This assumption means that we will not find a better move for the node in the remaining children. Simply put, once we have

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

For the alpha-beta pruning to be more effective, the interval (α, β) should be as small as
possible. In aspiration search, we limit the interval artificially and are ready to handle cases
in which the search fails and we have to revert to the original values. The search fails at
internal node v if all of its subtrees have their minimax values outside the assumed range
(α
, β
) (i.e. every subtree value e /∈ (α
, β
)). Because minimax (and negamax) method
with alpha-beta pruning always returns values within the search interval, the out-of-range
value e can be used to recognize a failed search. As noted by Fishburn (1983), we can add
a fail-soft enhancement to the search by returning a value e that gives the best possible
estimate of the actual alpha-beta range (i.e. e is as close as possible to it with respect to
the information gathered in the failed search).
Principal variation search (PVS) – introduced by Finkel and Fishburn (1982) and renamed by Marsland and Campbell (1982) – does the search even more intelligently. A node
in a game tree belongs to one of the following types:
(i) α-node, where every move has e ≤ α and none of them gets selected;
(ii) β-node, where every move has e ≥ β;
(iii) principal variation node, where one or more moves has e>α but none of them has
e ≥ β.
PVS assumes that whenever we find a principal variation move when searching a node,
we have a principal variation node. This assumption means that we will not find a better
move for the node in the remaining children. Simply put, once we have

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education