State Space Search

State space search is a process used in the field of computer science, including artificial intelligence (AI), in which successive configurations or states of an instance are considered, with the goal of finding a goal state with a desired property.

Problems are often modelled as a state space, a set of states that a problem can be in. The set of states forms a graph where two states are connected if there is an operation that can be performed to transform the first state into the second.

State space search often differs from traditional computer science search methods because the state space is implicit: the typical state space graph is much too large to generate and store in memory. Instead, nodes are generated as they are explored, and typically discarded thereafter. A solution to a combinatorial search instance may consist of the goal state itself, or of a path from some initial state to the goal state.

Famous quotes containing the words state, space and/or search:

    A work in progress quickly becomes feral. It reverts to a wild state overnight. It is barely domesticated, a mustang on which you one day fastened a halter, but which now you cannot catch. It is a lion you cage in your study. As the work grows, it gets harder to control; it is a lion growing in strength. You must visit it every day and reassert your mastery over it. If you skip a day, you are, quite rightly, afraid to open the door to its room.
    Annie Dillard (b. 1945)

    To play is nothing but the imitative substitution of a pleasurable, superfluous and voluntary action for a serious, necessary, imperative and difficult one. At the cradle of play as well as of artistic activity there stood leisure, tedium entailed by increased spiritual mobility, a horror vacui, the need of letting forms no longer imprisoned move freely, of filling empty time with sequences of notes, empty space with sequences of form.
    Max J. Friedländer (1867–1958)

    The search for conspiracy only increases the elements of morbidity and paranoia and fantasy in this country. It romanticizes crimes that are terrible because of their lack of purpose. It obscures our necessary understanding, all of us, that in this life there is often tragedy without reason.
    Anthony Lewis (b. 1927)