Artificial Intelligence Algorithms Question:

Download Job Interview Questions and Answers PDF

What are taken into account of state-space search?
a) Post conditions
b) Preconditions
c) Effects
d) Both b & c

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

d) Both b & c
Explanation:
The state-space search takes both precondition and effects into account for solving a problem.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
How many ways are available to solve the state-space search?
a) 1
b) 2
c) 3
d) 4
Which is the most straightforward approach for planning algorithm?
a) Best-first search
b) State-space search
c) Depth-first search
d) Hill-climbing search