Interface HeuristicStrategy<N extends Evaluable,H extends HeuristicValue<? super H>>
-
- All Superinterfaces:
Evaluator<N,H>,java.util.function.Function<N,H>
- All Known Implementing Classes:
DirectlyFollowsHeuristic,EventuallyFollowsTreeHeuristic
public interface HeuristicStrategy<N extends Evaluable,H extends HeuristicValue<? super H>> extends Evaluator<N,H>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description HcomputeHeuristic(N node)default Heval(N input)default java.util.Comparator<H>heuristicValuesComparator()
-