Interface GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic.DistantSuccessorGenerator<N>

    • Method Detail

      • getDistantSuccessors

        java.util.List<N> getDistantSuccessors​(N node,
                                               int k,
                                               org.api4.java.common.math.IMetric<N> metricOverStates,
                                               double delta)
                                        throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException