org.encog.ml.graph.search
public abstract class AbstractGraphSearch extends Object implements GraphSearch
| Constructor and Description |
|---|
AbstractGraphSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
| Modifier and Type | Method and Description |
|---|---|
SearchGoal |
getGoal() |
BasicGraph |
getGraph() |
BasicPath |
getSolution() |
void |
iteration() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisHigherPrioritypublic AbstractGraphSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
public BasicGraph getGraph()
getGraph in interface GraphSearchpublic SearchGoal getGoal()
getGoal in interface GraphSearchpublic void iteration()
iteration in interface GraphSearchpublic BasicPath getSolution()
getSolution in interface GraphSearchCopyright © 2014. All Rights Reserved.