Package | Description |
---|---|
org.encog.ml.graph | |
org.encog.ml.graph.search | |
org.encog.ml.schedule |
Modifier and Type | Class and Description |
---|---|
class |
EuclideanNode |
Modifier and Type | Method and Description |
---|---|
BasicNode |
BasicGraph.connect(BasicNode baseNode,
BasicNode newNode,
double cost) |
BasicNode |
BasicPath.getDestinationNode() |
BasicNode |
BasicEdge.getFrom() |
BasicNode |
BasicGraph.getRoot() |
BasicNode |
BasicEdge.getTo() |
Modifier and Type | Method and Description |
---|---|
List<BasicNode> |
BasicPath.getNodes() |
List<BasicNode> |
BasicGraph.getNodes() |
Modifier and Type | Method and Description |
---|---|
BasicNode |
BasicGraph.connect(BasicNode baseNode,
BasicNode newNode,
double cost) |
void |
BasicNode.connect(BasicNode newNode,
double cost) |
double |
BasicNode.getCost(BasicNode node) |
Constructor and Description |
---|
BasicEdge(BasicNode from,
BasicNode to,
double cost) |
BasicGraph(BasicNode rootNode) |
BasicPath(BasicNode startingPoint) |
BasicPath(BasicPath path,
BasicNode newNode) |
Modifier and Type | Method and Description |
---|---|
BasicNode |
SimpleDestinationGoal.getGoalDestination() |
Modifier and Type | Method and Description |
---|---|
boolean |
FrontierHolder.containsDestination(BasicNode node) |
double |
EuclideanCostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal) |
double |
CostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal) |
Constructor and Description |
---|
AbstractGraphSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
AStarSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal,
CostEstimator theEstimator) |
BreadthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
DepthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
SimpleDestinationGoal(BasicNode goalDestination) |
Modifier and Type | Class and Description |
---|---|
class |
ActionNode |
Copyright © 2014. All Rights Reserved.