Chapter 04: BeyondÂ
Classical search
ARTIFICIAL INTELLIGENCE MODERN APPROACH
Visual Summaries
Core Terminology
Master key academic terminology through active recall and spaced repetition concepts.
global minimum
In a state-space landscape, if elevation corresponds to cost, the goal is to find the _____.
Local Maximum
A peak that is higher than all its neighboring states but lower than the global maximum.
sideways
Allowing _____ moves in hill climbing helps escape shoulders but can lead to infinite loops on flat local maxima.
Random-restart hill climbing.
Which variant of hill climbing is 'trivially complete' with probability approaching 1 by repeatedly starting from new states?
decreases
As the 'temperature'Â TÂ decreases in simulated annealing, the probability of accepting 'bad' moves _____.
Genetic Algorithm
A variant of stochastic beam search where successor states are generated by combining two parent states (crossover) rather than modifying one.



