org.encog.ml.graph.search
public class BreadthFirstSearch extends AbstractGraphSearch
Constructor and Description |
---|
BreadthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
Modifier and Type | Method and Description |
---|---|
boolean |
isHigherPriority(BasicPath first,
BasicPath second) |
getGoal, getGraph, getSolution, iteration
public BreadthFirstSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal)
Copyright © 2014. All Rights Reserved.