Toy problem

From Wikipedia, the free encyclopedia
Vacuum World, a shortest path problem in which the goal is to vacuum up all the pieces of dirt

In scientific disciplines, a toy problem[1][2] or a puzzlelike problem[3] is a problem that is not of immediate scientific interest, yet is used as an expository device to illustrate a trait that may be shared by other, more complicated, instances of the problem, or as a way to explain a particular, more general, problem solving technique. A toy problem is useful to test and demonstrate methodologies. Researchers can use toy problems to compare the performance of different algorithms. They are also good for game designing.

For instance, while engineering a large system, the large problem is often broken down into many smaller toy problems which have been well understood in detail. Often these problems distill a few important aspects of complicated problems so that they can be studied in isolation. Toy problems are thus often very useful in providing intuition about specific phenomena in more complicated problems.

As an example, in the field of artificial intelligence, classical puzzles, games and problems are often used as toy problems. These include sliding-block puzzles, N-Queens problem, missionaries and cannibals problem, tic-tac-toe, chess,[1] Tower of Hanoi and others.[2][3]

See also[edit]

References[edit]

  1. ^ a b Stuart J. Russell, Peter Norvig (2010). Artificial Intelligence: A Modern Approach (3 ed.). pp. 70–73, 102–107, 109–110, 115, 162. ISBN 978-0-13-604259-4.
  2. ^ a b Korf, Richard E (2012). "Research challenges in combinatorial search": 2129–2133. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ a b Pearl, Judea (1984). Heuristics: intelligent search strategies for computer problem solving. p. 4. ISBN 0-201-05594-5.

External links[edit]