Class RStarFactory<I extends GraphSearchWithNumberBasedAdditivePathEvaluationAndSubPathHeuristic<T,​A>,​T,​A>

    • Constructor Detail

      • RStarFactory

        public RStarFactory()
      • RStarFactory

        public RStarFactory​(int timeoutForFInMS)
    • Method Detail

      • getW

        public double getW()
      • setW

        public void setW​(double w)
      • getK

        public int getK()
      • setK

        public void setK​(int k)
      • getDelta

        public double getDelta()
      • setDelta

        public void setDelta​(double delta)
      • getAlgorithm

        public RStar<I,​T,​A> getAlgorithm()
      • getAlgorithm

        public RStar<I,​T,​A> getAlgorithm​(I input)
      • setTimeoutForFComputation

        public void setTimeoutForFComputation​(int timeoutInMS,
                                              org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPathEvaluator<T,​A,​java.lang.Double> timeoutEvaluator)
      • getTimeoutForFInMS

        public int getTimeoutForFInMS()
      • getTimeoutEvaluator

        public org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPathEvaluator<T,​A,​java.lang.Double> getTimeoutEvaluator()
      • getLoggerName

        public java.lang.String getLoggerName()
      • setLoggerName

        public void setLoggerName​(java.lang.String loggerName)