A* is optimal if h(n) is an allowable heuristic-that is, providing that h(n) under no circumstances underestimates the cost to reach the goal.

🎲 Try a Random Question  |  Total Questions in Quiz: 10  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Artificial Intelligence Practice Test: Informed Search and Exploration — practice the complete quiz, review flashcards, or try a random question.

The algorithms of an informed search contain information regarding the goal state. It helps an AI make more efficient and accurate searches. A function obtains this data/info to estimate the closeness of a state to its goal in the system.

For example, Graph Search and Greedy Search.


A* is optimal if h(n) is an allowable heuristic-that is, providing that h(n) under no circumstances underestimates the cost to reach the goal.