public interface Heuristic
SearchInterface
.
This useful for heuristic-informed searches like A*.Modifier and Type | Method and Description |
---|---|
double |
estimateCostToGoal(int current_x,
int current_y,
int current_z,
int goal_x,
int goal_y,
int goal_z) |
Copyright © 2015–2021 Fiji. All rights reserved.