Uninformed search strategies are better than informed search strategies.

🎲 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.


Uninformed search strategies are better than informed search strategies.