Uses of Interface
org.episteme.core.mathematics.discrete.AStarHeuristic
Packages that use AStarHeuristic
-
Uses of AStarHeuristic in org.episteme.core.mathematics.discrete
Methods in org.episteme.core.mathematics.discrete with parameters of type AStarHeuristicModifier and TypeMethodDescriptionstatic <V> AStarSearch<V, Double> AStarSearch.ofDouble(AStarHeuristic<V, Double> heuristic) Constructors in org.episteme.core.mathematics.discrete with parameters of type AStarHeuristicModifierConstructorDescriptionAStarSearch(GraphWeightAdapter<W> weightAdapter, AStarHeuristic<V, W> heuristic)