Class AStarSearch<V,W>

java.lang.Object
org.episteme.core.mathematics.discrete.AStarSearch<V,W>

public class AStarSearch<V,W> extends Object
A* search algorithm for heuristic-guided shortest path finding.

More efficient than Dijkstra when a good heuristic is available. Requires non-negative edge weights.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)