|
|||||||||
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.informed.RecursiveBestFirstSearch
public class RecursiveBestFirstSearch
Field Summary |
---|
Fields inherited from class aima.search.framework.NodeExpander |
---|
metrics, NODES_EXPANDED |
Constructor Summary | |
---|---|
RecursiveBestFirstSearch(EvaluationFunction ef)
|
Method Summary | |
---|---|
void |
clearInstrumentation()
|
int |
getMaxRecursiveDepth()
|
double |
getPathCost()
|
java.util.List<java.lang.String> |
search(Problem p)
|
void |
setMaxRecursiveDepth(int recursiveDepth)
|
void |
setPathCost(java.lang.Double pathCost)
|
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 |
Methods inherited from interface aima.search.framework.Search |
---|
getMetrics |
Constructor Detail |
---|
public RecursiveBestFirstSearch(EvaluationFunction ef)
Method Detail |
---|
public java.util.List<java.lang.String> search(Problem p) throws java.lang.Exception
search
in interface Search
java.lang.Exception
public void clearInstrumentation()
clearInstrumentation
in class NodeExpander
public void setMaxRecursiveDepth(int recursiveDepth)
public int getMaxRecursiveDepth()
public double getPathCost()
public void setPathCost(java.lang.Double pathCost)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |