InterviewSolution
Saved Bookmarks
| 1. |
Best-First search is a type of informed search, which uses ________________ to choose the best next node for expansion.(a) Evaluation function returning lowest evaluation(b) Evaluation function returning highest evaluation(c) Evaluation function returning lowest & highest evaluation(d) None of them is applicableI had been asked this question in semester exam.This interesting question is from Informed Search and Exploration topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» The CORRECT OPTION is (a) Evaluation FUNCTION RETURNING lowest evaluation |
|