The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for what to do when a branch of the search fails: back up to the preceding variable and try a different value for it. This is called chronological-backtracking. It is also possible to go all the way to set of variable that caused failure. State whether True or False.
a) True
b) False
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by numerical control?
What is fopl stands for and explain its role in artificial intelligence?
What are the basic aspects of the robotics?
a) PROLOG b) Java c) LISP d) Perl e) Java script
Which was the first industrial robot?
What is called as exploration problem? a) State and actions are unknown to the agent b) State and actions are known to the agent c) Only actions are known to agent d) Both b & c
Which of the following algorithm is online search algorithm? a) Breadth-first search algorithm b) Depth-first search algorithm c) Hill-climbing search algorithm d) None of the mentioned
What is the space complexity of Greedy search? a) O(b) b) O(bl) c) O(m) d) O(bm)
Which search algorithm will use limited amount of memory? a) RBFS b) SMA* c) Hill-climbing search algorithm d) Both a & b
What is lisp?
Which is used to compressed gasses to drive (power) the robot ?
Which search uses only the linear space for searching? a) Best-first search b) Recursive best-first search c) Depth-first search d) None of the mentioned