Computer Science, asked by bhupimeet1887, 11 months ago

Distinguish between state space search and plan space search.

Answers

Answered by ankitsharma26
0
State space search is a process used in the field of computer science including Artificial intelligence, in which successive configuration or state of an instance are considered with the intention of including a goal state with a desired property.

State space search search through graphs of nodes representing world state.

Plan state search on the other side search through the graphs of partial plans. Nodes - partial specified plans, arcs - plan refinements operations, solutions - partial order plans.
Similar questions