Class GraphBasedDistantSuccessorGenerator<N,​A>

    • Constructor Summary

      Constructors 
      Constructor Description
      GraphBasedDistantSuccessorGenerator​(org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,​A> graphSearchInput, int seed)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<N> getDistantSuccessors​(N n, int k, org.api4.java.common.math.IMetric<N> metricOverStates, double delta)  
      java.lang.String getLoggerName()  
      void setLoggerName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphBasedDistantSuccessorGenerator

        public GraphBasedDistantSuccessorGenerator​(org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,​A> graphSearchInput,
                                                   int seed)
    • Method Detail

      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable