concepts.algorithm.search.heuristic_search#
Generic implementation of A* search.
Functions
|
Backtrace the plan from the goal node. |
|
A generic implementation for heuristic search. |
Classes
A node object in the queue, containing the priority and the search node. |
|
A node object corresponding to the current search state, containing the state, the parent node, the last action, the cost, and the depth. |