public class ConsistentWeightApproximator extends Object
Ikeda, T., Hsu, M.-Y., Imai, H., Nishimura, S., Shimoura, H., Hashimoto, T., Tenmoku, K., and Mitoh, K. (1994). A fast algorithm for finding better routes by ai search techniques. In VNIS, pages 291–296.
| Constructor and Description |
|---|
ConsistentWeightApproximator(WeightApproximator weightApprox) |
| Modifier and Type | Method and Description |
|---|---|
double |
approximate(int node,
boolean reverse) |
WeightApproximator |
getApproximation() |
void |
setFrom(int from) |
void |
setTo(int to) |
String |
toString() |
public ConsistentWeightApproximator(WeightApproximator weightApprox)
public WeightApproximator getApproximation()
public void setFrom(int from)
public void setTo(int to)
public double approximate(int node,
boolean reverse)
Copyright © 2012–2018. All rights reserved.