a) Finding shortest path between a source and a destination b) Travelling Salesman problem c) Map coloring problem d) Depth ...
View QuestionA problem solving approach works well for ______________
a) 8-Puzzle problem b) 8-queen problem c) Finding a optimal path from a given source to ...
View QuestionThe process of removing detail from a given state representation is called ______
a) Extraction b) Abstraction c) Information Retrieval d) Mining of data Answer: b Explanation: The process ...
View QuestionA 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.
a) true b) false Answer: b Explanation: A solution to a problem is a ...
View QuestionThe Set of actions for a problem in a state space is formulated by a ___________
a) Intermediate states b) Initial state c) Successor function, which takes current action and returns next immediate ...
View QuestionA problem in a search space is defined by one of these state.
a) Initial state b) Last state c) Intermediate state d) All of the mentioned Answer: a Explanation: ...
View QuestionA search algorithm takes _________ as an input and returns ________ as an output.
a) Input, output b) Problem, solution c) Solution, problem d) Parameters, sequence ...
View QuestionThe 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.
a) true b) false Answer: a Explanation: Refer to the definition of problem-solving agent.
View QuestionWhat is state space?
a) The whole problem b) Your Definition to a problem c) Problem you design d) Representing your problem with ...
View QuestionWhat is the main task of a problem-solving agent?
a) Solve the given problem and reach to goal b) To find out which sequence of action will ...
View Question