Class BasicUncertaintySource<T,​A,​V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IUncertaintySource<T,​A,​V>

    public class BasicUncertaintySource<T,​A,​V extends java.lang.Comparable<V>>
    extends java.lang.Object
    implements org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IUncertaintySource<T,​A,​V>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double calculateUncertainty​(org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IEvaluatedPath<T,​A,​V> n, java.util.List<org.api4.java.datastructure.graph.ILabeledPath<T,​A>> simulationPaths, java.util.List<V> simulationEvaluations)  
      • Methods inherited from class java.lang.Object

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

      • BasicUncertaintySource

        public BasicUncertaintySource()
    • Method Detail

      • calculateUncertainty

        public double calculateUncertainty​(org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IEvaluatedPath<T,​A,​V> n,
                                           java.util.List<org.api4.java.datastructure.graph.ILabeledPath<T,​A>> simulationPaths,
                                           java.util.List<V> simulationEvaluations)
        Specified by:
        calculateUncertainty in interface org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IUncertaintySource<T,​A,​V extends java.lang.Comparable<V>>