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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepthFirstSearch
public DepthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal)
isHigherPriority
public boolean isHigherPriority(BasicPath first,
BasicPath second)
Copyright © 2014. All Rights Reserved.