Search Algorithms
Alternative objectives:
Reach any goal state
Find a short or shortest path to a goal state
Alternative properties of the state space and moves:
Tree structured vs graph structured, cyclic/acyclic
Weighted/unweighted edges
Alternative programming paradigms:
Recursive
Iterative
Iterative deepening
Genetic algorithms
Next slide
Back to first slide
View graphic version