A solution to a problem is a path from the initial state to a goal state. Solution quality is measured by the path cost function, and an optimal solution has the highest path cost among all solutions. State whether true or false.
a) True
b) False
Answer Posted / rasha
True
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are actuators in the robotics?
What is 'human-robot interaction'?
What can operate over the joint state space? a) Decision-making algorithm b) Learning algorithm c) Complex algorithm d) Both a & b
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
A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above
Which of the Following problems can be modeled as CSP? a) 8-Puzzle problem b) 8-Queen problem c) Map coloring problem d) Sudoku
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 do you understand by 'humanoid robot'?
_________________ 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 is the heuristic function of greedy best-first search? a) f(n) != h(n) b) f(n) < h(n) c) f(n) = h(n) d) f(n) > h(n)
Where does the performance measure is included? a) Rational agent b) Task environment c) Actuators d) Sensor
In hmm’s, what are the possible values of the variable?
What is the degree of freedom in the robotics?
For building a bayes model how many terms are required?
Mention the difference between statistical ai and classical ai ?