Question: Best-First search is a type of informed search, which uses __ to choose the best next node for expansion.

Options

A : Evaluation function returning lowest evaluation

B : Evaluation function returning highest evaluation

C : Evaluation function returning lowest & highest evaluation

D : None of them is applicable

Click to view Correct Answer

Previous || Next

Informed Search and Exploration more questions

Translate the following statement into FOL.^ ?For every a, if....

What are the two basic types of inferences?

Which among the following could the Existential instantiation of ?x....

A* is optimal if h(n) is an admissible heuristic-that is,....

Best-First search can be implemented using the following data structure.

Greedy search strategy chooses the node for expansion in ___

Heuristic function h(n) is __

The name ?best-first search? is a venerable but inaccurate one.....

The original LISP machines produced by both LMI and Symbolics....

The search strategy the uses a problem specific knowledge is....

Constraints Satisfaction Problems more Online Exam Quiz

Facts - 2

Facts - 3

History - 2

History - 3

Inference in First-Order Logic

Learning - 2

Learning - 3

LISP Programming - 2

LISP Programming - 3

Local Search Problems and Optimization Problems