Artificial Intelligence: A Modern Approach
Artificial Intelligence: A Modern Approach
3rd Edition
ISBN: 9780136042594
Author: Stuart Russell, Peter Norvig
Publisher: Prentice Hall
Question
Book Icon
Chapter 3, Problem 29E
Program Plan Intro

Admissible heuristic:

  • A heuristic h(s) is admissible, if for every node n, h(s)h*(s) is the true cost to reach the goal state from n
  • An admissible heuristic never over estimates the cost to reach the goal. That is optimistic. Sensorless search problem defines by four items. That are given below,
    1. 1. Initial state
    2. 2. Description of action: successor function h(s) = set of action-state pairs
    3. 3. Goal test, can be
      • Explicit
      • Implicit
    4. 4 Path cost. It reflects the performance measure.
  • An admissible heuristic can be obtained by taking maximum of h*(s). Since any sequences of actions that solve all states would solve each state, this heuristic is admissible.

Inconsistent heuristic:

  • A heuristic function is said to be inconsistent in the analysis of path-finding problems in artificial intelligence, if its approximation is always greater than to the approximate distance from any neighbouring vertex to the target.
  • Inconsistent heuristic can be represented as,

h(N)>c(N,p)+h(p)

where,

  • h is the consistent heuristic function
  • N is any node of the graph
  • P is any decedent of N
  • G is the goal node
  • c(N,P) is the cost of reaching node P from N

Blurred answer
Students have asked these similar questions
I have to develop an efficient parallel numerical integration program on a 2-D mesh but I'm struggling. And it has to be in Cstar
An employee is departing from the company you work for. Explain why it could be best practice not to delete their user account but to lock it instead.
the nagle algorithm, built into most tcp implementations, requires the sender to hold a partial segment's worth of data (even if pushed) until either a full segment accumulates or the most recent outstanding ack arrives. (a) suppose the letters abcdefghi are sent, one per second, over a tcp connection with an rtt of 4.1 seconds. draw a timeline indicating when each packet is sent and what it contains.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
LINUX+ AND LPIC-1 GDE.TO LINUX CERTIF.
Computer Science
ISBN:9781337569798
Author:ECKERT
Publisher:CENGAGE L
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Text book image
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning