Q2Principles of Artificial Intelligence
Question
2 marks
Define state-space search.
Answer
State-space search is a strict mathematical architecture representing problem-solving as the aggressive algorithmic exploration of a massive graph, moving from an Initial State to a Goal State.
In AI, problems are mathematically translated into a State-Space. It consists of an Initial State, a massive set of possible intermediate States, a Goal State, and specific mathematical Operators (Actions) that transition between states. Algorithms like A* violently search this massive graph to find the absolute mathematically optimal path to the Goal.