|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BreadthFirstSearch<K extends AgentAction,S extends AgentState> | Search strategy in which the root node is expanded first, then all successors of the root node are expanded next, then their successors, etc. |
DepthFirstSearch<K extends AgentAction,S extends AgentState> | Search strategy that always expands the deepest node in the current fringe of the search tree. |
UniformCostSearch<K extends AgentAction,S extends AgentState> | Like BreadthFirstSearch, but expands the node with lowest path cost, rather than the shallowest node. |
Uninformed search strategy specifications.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |