In Artificial Intelligence, informed search is also called a ______ search.
2022
In Artificial Intelligence, informed search is also called a ______ search.
- A.
heuristic
- B.
non-heuristic
- C.
dynamic
- D.
naive
Attempted by 77 students.
Show answer & explanation
Correct answer: A
Informed search algorithms use problem-specific knowledge, usually in the form of a heuristic function, to guide the search toward promising states. Therefore, informed search is also called heuristic search. Option A is correct.