org.encog.ml.graph.search
Interface GraphSearch
-
- All Superinterfaces:
- Prioritizer
- All Known Implementing Classes:
- AbstractGraphSearch, AStarSearch, BreadthFirstSearch, DepthFirstSearch
public interface GraphSearch extends Prioritizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description SearchGoalgetGoal()BasicGraphgetGraph()BasicPathgetSolution()voiditeration()-
Methods inherited from interface org.encog.ml.graph.search.Prioritizer
isHigherPriority
-
-
-
-
Method Detail
-
getGraph
BasicGraph getGraph()
-
getGoal
SearchGoal getGoal()
-
iteration
void iteration()
-
getSolution
BasicPath getSolution()
- Returns:
- the solution
-
-
DMelt 3.0 © DataMelt by jWork.ORG