Artificial Intelligence¶
Russell, S., & Norvig, P. (2010). Artificial Intelligence: A Modern Approach. Prentice Hall.
Cited by¶
2 citations across 2 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Stack
- Undo histories: text, image, and CAD editors implement undo as a stack — the most recent action undone first; multi-level undo is the stack made user-visible. Backtracking search: depth-first search, SAT solvers, and game-tree exploration use a stack to record decisions so they can be unwound on dead-end discovery.
This sourceStandard reference for depth-first and backtracking search using a stack to record and unwind decisions on dead-end discovery.
- Undo histories: text, image, and CAD editors implement undo as a stack — the most recent action undone first; multi-level undo is the stack made user-visible. Backtracking search: depth-first search, SAT solvers, and game-tree exploration use a stack to record decisions so they can be unwound on dead-end discovery.
Mechanisms¶
- Random Restart Plan
- It is the natural response to path-dependent, multi-basin terrain, and its greatest virtue is simplicity — no schedule to tune, no model to fit, just diverse starts
This sourceDescribes random-restart hill climbing as repeated searches from randomly generated initial states.
- It is the natural response to path-dependent, multi-basin terrain, and its greatest virtue is simplicity — no schedule to tune, no model to fit, just diverse starts
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 1 other way.
Registry ID ref:14c8334ea7e1 · see in the full table