|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.framework.NodeExpander aima.search.framework.QueueSearch aima.search.framework.TreeSearch
public class TreeSearch
Field Summary |
---|
Fields inherited from class aima.search.framework.NodeExpander |
---|
metrics, NODES_EXPANDED |
Constructor Summary | |
---|---|
TreeSearch()
|
Method Summary | |
---|---|
void |
addExpandedNodesToFringe(NodeStore fringe,
Node node,
Problem problem)
|
Methods inherited from class aima.search.framework.QueueSearch |
---|
clearInstrumentation, getMaxQueueSize, getPathCost, getQueueSize, search, setPathCost, setQueueSize |
Methods inherited from class aima.search.framework.NodeExpander |
---|
expandNode, getMetrics, getNodesExpanded, getSearchMetric, setNodesExpanded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TreeSearch()
Method Detail |
---|
public void addExpandedNodesToFringe(NodeStore fringe, Node node, Problem problem)
addExpandedNodesToFringe
in class QueueSearch
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |