MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

ARTIFICIAL INTELLIGENCE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the other name of informed search strategy?
A
Simple search
B
Online search
C
Heuristic search
D
None of the mentioned
Explanation: 

Detailed explanation-1: -1. What is the other name of informed search strategy? Explanation: A key point of informed search strategy is heuristic function, So it is called as heuristic function.

Detailed explanation-2: -Heuristic Search Techniques in Artificial Intelligence Other names for these are Blind Search, Uninformed Search, and Blind Control Strategy. These aren’t always possible since they demand much time or memory. They search the entire state space for a solution and use an arbitrary ordering of operations.

Detailed explanation-3: -Informed search (also called directed search and heuristic search), tries to re-duce the amount of search that must be done by making intelligent choices for the nodes that are selected for expansion. The nodes, which are likely to lead to a good solution, are placed towards the front.

Detailed explanation-4: -Explanation: Heuristic function is a function that maps from problem state descriptions to measures of desirability.

There is 1 question to complete.