Class RandomlyRankedNodeQueueConfig<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    ai.libs.jaicore.search.algorithms.standard.bestfirst.IBestFirstQueueConfiguration<ai.libs.jaicore.search.probleminputs.GraphSearchWithSubpathEvaluationsInput<T,​java.lang.String,​java.lang.Double>,​T,​java.lang.String,​java.lang.Double>

    public class RandomlyRankedNodeQueueConfig<T>
    extends ADyadRankedNodeQueueConfig<T>
    Configuration for a RandomlyRankedNodeQueue
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configureBestFirst​(ai.libs.jaicore.search.algorithms.standard.bestfirst.BestFirst<ai.libs.jaicore.search.probleminputs.GraphSearchWithSubpathEvaluationsInput<T,​java.lang.String,​java.lang.Double>,​T,​java.lang.String,​java.lang.Double> bestFirst)  
      • Methods inherited from class java.lang.Object

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

      • RandomlyRankedNodeQueueConfig

        public RandomlyRankedNodeQueueConfig​(int seed)
                                      throws java.io.IOException,
                                             java.lang.ClassNotFoundException
        Construct a new config with the given seed.
        Parameters:
        seed - the seed to use
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
    • Method Detail

      • configureBestFirst

        public void configureBestFirst​(ai.libs.jaicore.search.algorithms.standard.bestfirst.BestFirst<ai.libs.jaicore.search.probleminputs.GraphSearchWithSubpathEvaluationsInput<T,​java.lang.String,​java.lang.Double>,​T,​java.lang.String,​java.lang.Double> bestFirst)