public static class GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic.SubPathEvaluationBasedFComputer<N> extends GraphSearchWithNumberBasedAdditivePathEvaluation.FComputer<N>
| Constructor and Description |
|---|
SubPathEvaluationBasedFComputer(GraphSearchWithNumberBasedAdditivePathEvaluation.EdgeCostComputer<N> g,
INodeEvaluator<N,java.lang.Double> h,
GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic.PathCostEstimator<N> hPath) |
| Modifier and Type | Method and Description |
|---|---|
GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic.PathCostEstimator<N> |
gethPath() |
double |
h(Node<N,?> from,
Node<N,?> to) |
f, getG, getHpublic SubPathEvaluationBasedFComputer(GraphSearchWithNumberBasedAdditivePathEvaluation.EdgeCostComputer<N> g, INodeEvaluator<N,java.lang.Double> h, GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic.PathCostEstimator<N> hPath)