org.encog.ml.graph.search
Class DepthFirstSearch
- java.lang.Object
-
- org.encog.ml.graph.search.AbstractGraphSearch
-
- org.encog.ml.graph.search.DepthFirstSearch
-
- All Implemented Interfaces:
- GraphSearch, Prioritizer
public class DepthFirstSearch extends AbstractGraphSearch
-
-
Constructor Summary
Constructors Constructor and Description DepthFirstSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanisHigherPriority(BasicPath first, BasicPath second)-
Methods inherited from class org.encog.ml.graph.search.AbstractGraphSearch
getGoal, getGraph, getSolution, iteration
-
-
-
-
Constructor Detail
-
DepthFirstSearch
public DepthFirstSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
-
-
DMelt 3.0 © DataMelt by jWork.ORG