|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.framework.PrioritySearch aima.search.uninformed.UniformCostSearch
public class UniformCostSearch
Field Summary |
---|
Fields inherited from class aima.search.framework.PrioritySearch |
---|
search |
Constructor Summary | |
---|---|
UniformCostSearch(QueueSearch search)
|
Method Summary | |
---|---|
protected java.util.Comparator<Node> |
getComparator(Problem p)
|
Methods inherited from class aima.search.framework.PrioritySearch |
---|
getMetrics, search |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniformCostSearch(QueueSearch search)
Method Detail |
---|
protected java.util.Comparator<Node> getComparator(Problem p)
getComparator
in class PrioritySearch
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |