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
Explain the various types of industrial robots?
Why do we need technology intelligence?
What are the axes of movement of the robot?
Which functions are used as preferences over state history? a) Award b) Reward c) Explicit d) Implicit
Which is the best way to go for game playing problem?
The Task Environment of an agent consists of a) Sensors b) Actuators c) Performance Measures d) Environment
What is the action of task environment in artificial intelligence? a) Problem b) Solution c) Agent
In hidden markov model, how does the state of the process is described?
What are some of the benefits of using a blue prism for robotics?
Which is used to compressed gasses to drive (power) the robot ?
Differentiate between the iqbot, metabot and a taskbot?
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
Constraint satisfaction problems on finite domains are typically solved using a form of ___________. a) Search Algorithms b) Heuristic Search Algorithms c) Greedy Search Algorithms d) DFS/BFS Search Algorithms
List some of the various tools used in robotics?
Which search agent operates by interleaving computation and action? a) Offline search b) Online search c) Breadth-first search d) Depth-first search