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, wait
isHigherPriority
public AbstractGraphSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
public BasicGraph getGraph()
getGraph
in interface GraphSearch
public SearchGoal getGoal()
getGoal
in interface GraphSearch
public void iteration()
iteration
in interface GraphSearch
public BasicPath getSolution()
getSolution
in interface GraphSearch
Copyright © 2014. All Rights Reserved.