|
Algorithm Development Kit 1.0 |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AStarSearch | Given an initial state and a target goal state, expand successors, always choosing to expand the node in the OPEN list whose evaluation is the smallest. |
| BreadthFirstSearch | Given an initial state and a target goal state, expand in breadth-first manner all available moves until the target goal state is reached. |
| DepthFirstSearch | Given an initial state, a target goal state, expand in depth-first manner all available moves until the target goal state is reached. |
Defines classes to support the debugging of search tree algorithms.
|
Algorithm Development Kit 1.0 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||