Class FixedCommitmentPolicy<N,​A>

    • Constructor Summary

      Constructors 
      Constructor Description
      FixedCommitmentPolicy​(int k, java.util.function.ToDoubleFunction<org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> metric)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A getAction​(N node, java.util.Collection<A> actions)  
      void updatePath​(org.api4.java.datastructure.graph.ILabeledPath<N,​A> path, java.util.List<java.lang.Double> scores)  
      • Methods inherited from class java.lang.Object

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

      • FixedCommitmentPolicy

        public FixedCommitmentPolicy​(int k,
                                     java.util.function.ToDoubleFunction<org.apache.commons.math3.stat.descriptive.DescriptiveStatistics> metric)