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 not represented by using propositional logic? a) Objects b) Relations c) Both a & b d) None of the mentioned
What is the degree of freedom in the robotics? How can it be determined?
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
Specify the agent architecture name that is used to capture all kinds of actions. a) Complex b) Relational c) Hybrid d) None of the mentioned
Describe the various phases of a robotics life cycle?
What kind of behavior does the stochastic environment posses? a) Local b) Deterministic c) Ratioanl d) Primary
What kind of observing environments are present in artificial intelligence? a) Partial b) Fully c) Learning d) Both a & b
To overcome the need to backtrack in constraint satisfaction problem can be eliminated by a) Forward Searching b) Constraint Propagation c) Backtrack after a forward search d) Omitting the constraints and focusing only on goals
What is the pneumatic system in the robotics?
. What is state space? a) The whole problem b) Your Definition to a problem c) Problem you design d) Representing your problem with variable and parameter
What are expert systems limitations?
Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search
What is a robot locomotion?
How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4