Hill climbing sometimes called ____________ because it grabs a good neighbor state without thinking ahead about where to go next.
a) Needy local search
b) Heuristic local search
c) Greedy local search
d) Optimal local search
Answer Posted / devjit mandal
c
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a robot?
What are the laws of the robotics?
Describe the various phases of a robotics life cycle?
What is not represented by using propositional logic? a) Objects b) Relations c) Both a & b d) None of the mentioned
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
For building a bayes model how many terms are required?
How logical inference can be solved in propositional logic?
Which depends on the percepts and actions available to the agent? a) Agent b) Sensor c) Design problem d) None of the mentioned
What is the rule of simple reflex agent? a) Simple-action rule b) Condition-action rule c) Both a & b d) None of the mentioned
What are aspects of robotics?
In A* approach evaluation function is a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost
What are the capabilities of expert systems?
The game of Poker is a single agent. a) True b) False
What do you understand by the term process studio?
A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above