|
|||||||||
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.HillClimbingSearch
public class HillClimbingSearch
Nested Class Summary | |
---|---|
static class |
HillClimbingSearch.SearchOutcome
|
Field Summary |
---|
Fields inherited from class aima.search.framework.NodeExpander |
---|
metrics, NODES_EXPANDED |
Constructor Summary | |
---|---|
HillClimbingSearch()
|
Method Summary | |
---|---|
java.lang.Object |
getLastSearchState()
|
HillClimbingSearch.SearchOutcome |
getOutcome()
|
java.util.List |
search(Problem p)
|
Methods inherited from class aima.search.framework.NodeExpander |
---|
clearInstrumentation, 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 HillClimbingSearch()
Method Detail |
---|
public java.util.List search(Problem p) throws java.lang.Exception
search
in interface Search
java.lang.Exception
public HillClimbingSearch.SearchOutcome getOutcome()
public java.lang.Object getLastSearchState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |