Distinguish between state space search and plan space search.
Answers
Answered by
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.
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