Class BasicUncertaintySource<T,A,V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.search.algorithms.standard.uncertainty.BasicUncertaintySource<T,A,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>
-
-
Constructor Summary
Constructors Constructor Description BasicUncertaintySource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculateUncertainty(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)
-