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
 SearchGoal getGoal()
           
 BasicGraph getGraph()
           
 BasicPath getSolution()
           
 void iteration()
           
 
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


Copyright © 2014. All Rights Reserved.