The term ___________ is used for a depth-first search that chooses values for one variable at a time and returns when a variable has no legal values left to assign.
a) Forward search
b) Backtrack search
c) Hill algorithm
d) Reverse-Down-Hill search
Answer Posted / devjit mandal
b
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which functions are used as preferences over state history? a) Award b) Reward c) Explicit d) Implicit
Consider a problem of preparing a schedule for a class of student. This problem is a type of a) Search Problem b) Backtrack Problem c) CSP d) Planning Problem
In hmm’s, what are the possible values of the variable?
Which is the best way to go for game playing problem?
The game of Poker is a single agent. a) True b) False
Which search algorithm will use limited amount of memory? a) RBFS b) SMA* c) Hill-climbing search algorithm d) Both a & b
Which kind of agent architecture should an agent an use? a) Relaxed b) Logic c) Relational d) All of the mentioned
What are difficulties in nlu?
What are the capabilities of expert systems?
What is the pneumatic system in the robotics?
What is hidden markov model (hmms) is used?
If we wanted to add two number a and b, then how it can be written in lisp language?
What is travelling salesman problem?
What is ai? Why do we implement ai in the robots?
Which agent enables the deliberation about the computational entities and actions? a) Hybrid b) Reflective c) Relational d) None of the mentioned