Artificial Intelligence Algorithms Question:
Download Questions PDF

A problem in a search space Is defined by:
a) Initial state
b) Goal test
c) Intermediate states
d) All of the above

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

a) Initial state & b) Goal test
Explanation:
A problem has four components initial state, goal test, set of actions, path cost.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
The 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 state
d) None of the mentioned
A search algorithm takes _________ as an input and returns ________ as an output.
a) Input, output
b) Problem, solution
c) Solution, problem
d) Parameters, sequence of actions