org.encog.ml.graph.search
Class DepthFirstSearch

java.lang.Object
  extended by org.encog.ml.graph.search.AbstractGraphSearch
      extended by org.encog.ml.graph.search.DepthFirstSearch
All Implemented Interfaces:
GraphSearch, Prioritizer

public class DepthFirstSearch
extends AbstractGraphSearch


Constructor Summary
DepthFirstSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
           
 
Method Summary
 boolean isHigherPriority(BasicPath first, BasicPath second)
           
 
Methods inherited from class org.encog.ml.graph.search.AbstractGraphSearch
getGoal, getGraph, getSolution, iteration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthFirstSearch

public DepthFirstSearch(BasicGraph theGraph,
                        BasicNode startingPoint,
                        SearchGoal theGoal)
Method Detail

isHigherPriority

public boolean isHigherPriority(BasicPath first,
                                BasicPath second)


Copyright © 2014. All Rights Reserved.