When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. State space search - Wikipedia

    en.wikipedia.org/wiki/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 intention of finding a goal state with the desired property. Problems are often modelled as a state space, a set of states that a problem

  3. State space planning - Wikipedia

    en.wikipedia.org/wiki/State_space_planning

    In artificial intelligence and computer programming, state space planning is a process used in designing programs to search for data or solutions to problems. In a computer algorithm that searches a data structure for a piece of data, for example a program that looks up a word in a computer dictionary, the state space is a collective term for all the data to be searched.

  4. State space (computer science) - Wikipedia

    en.wikipedia.org/wiki/State_space_(computer_science)

    If the size of the state space is finite, calculating the size of the state space is a combinatorial problem. [4] For example, in the Eight queens puzzle, the state space can be calculated by counting all possible ways to place 8 pieces on an 8x8 chessboard. This is the same as choosing 8 positions without replacement from a set of 64, or

  5. Reconfiguration - Wikipedia

    en.wikipedia.org/wiki/Reconfiguration

    Examples of problems studied in reconfiguration include: Games or puzzles such as the 15 puzzle or Rubik's cube.This type of puzzle can often be modeled mathematically using the theory of permutation groups, leading to fast algorithms for determining whether states are connected; however, finding the state space diameter or the shortest path between two states may be more difficult.

  6. Iterative deepening depth-first search - Wikipedia

    en.wikipedia.org/wiki/Iterative_deepening_depth...

    In computer science, iterative deepening search or more specifically iterative deepening depth-first search [1] (IDS or IDDFS) is a state space/graph search strategy in which a depth-limited version of depth-first search is run repeatedly with increasing depth limits until the goal is found.

  7. Automated planning and scheduling - Wikipedia

    en.wikipedia.org/wiki/Automated_planning_and...

    These problems are solved by techniques similar to those of classical planning, [12] [13] but where the state space is exponential in the size of the problem, because of the uncertainty about the current state. A solution for a conformant planning problem is a sequence of actions.

  8. State-space representation - Wikipedia

    en.wikipedia.org/wiki/State-space_representation

    The state space or phase space is the geometric space in which the axes are the state variables. The system state can be represented as a vector , the state vector . If the dynamical system is linear, time-invariant, and finite-dimensional, then the differential and algebraic equations may be written in matrix form.

  9. Bidirectional search - Wikipedia

    en.wikipedia.org/wiki/Bidirectional_search

    A Bidirectional Heuristic Search is a state space search from some state to another state , searching from to and from to simultaneously. It returns a valid list of operators that if applied to s {\displaystyle s} will give us t {\displaystyle t} .