Misplaced Pages

Goal node (computer science)

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this article by introducing more precise citations. (February 2018) (Learn how and when to remove this message)

In computer science, a goal node is a node in a graph that meets defined criteria for success or termination.

Heuristical artificial intelligence algorithms, like A* and B*, attempt to reach such nodes in optimal time by defining the distance to the goal node. When the goal node is reached, A* defines the distance to the goal node as 0 and all other nodes' distances as positive values.

References

  • N.J. Nilsson Principles of Artificial Intelligence (1982 Birkhäuser) p. 63

See also


Stub icon

This artificial intelligence-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Goal node (computer science) Add topic