_______________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill
a) Up-Hill Search
b) Hill-Climbing
c) Hill algorithm
d) Reverse-Down-Hill search
Answer Posted / shankarkannan
The Answer is ,
Hill climbing (b)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is used for tracking uncertain events? a) Filtering algorithm b) Sensors c) Actuators d) None of the mentioned
The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value, and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False a) True b) False
_________________ are mathematical problems defined as a set of objects whose state must satisfy a number of constraints or limitations. a) Constraints Satisfaction Problems b) Uninformed Search Problems c) Local Search Problems d) Only a) and b)
What are the characteristics of ai expert systems?
Why do we implement ai in the robots?
What is ai? Why do we implement ai in the robots?
In hidden markov model, how does the state of the process is described?
What is the use of the microcontroller in the robotics?
What are actuators in the robotics?
Which search algorithm will use limited amount of memory? a) RBFS b) SMA* c) Hill-climbing search algorithm d) Both a & b
What are industrial robots? Explain the various types of industrial robots?
Why do we need technology intelligence?
How many successors are generated in backtracking search? a) 1 b) 2 c) 3 d) 4
The game of Poker is a single agent. a) True b) False
What among the following constitutes to the incremental formulation of CSP? a) Path cost b) Goal cost c) Successor function d) Objective function e) Initial state