informed search algorithm
type of search algorithm in which preliminary information is available (generally heuristic)
local search
method for problem solving in optimization
recursive best-first search
search algorithm
genetic algorithm
competitive algorithm for searching a problem space
Simplified Memory-Bounded A*
heuristic pathfinding algorithm with bounded memory
best-first search
algorithm
iterative deepening A*
heuristic pathfinding algorithm