public class UncertaintyORGraphSearchFactory<N,A,V extends java.lang.Comparable<V>> extends BestFirstFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V>,N,A,V>
| Constructor and Description |
|---|
UncertaintyORGraphSearchFactory() |
| Modifier and Type | Method and Description |
|---|---|
BestFirst<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V>,N,A,V> |
getAlgorithm() |
OversearchAvoidanceConfig<N,V> |
getConfig() |
void |
setConfig(OversearchAvoidanceConfig<N,V> config) |
getAlgorithm, getLoggerName, getTimeoutEvaluator, getTimeoutForFInMS, setLoggerName, setTimeoutForFComputation, setupAlgorithmpublic BestFirst<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V>,N,A,V> getAlgorithm()
getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IAlgorithmFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>>getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IOptimizationAlgorithmFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>,V extends java.lang.Comparable<V>>getAlgorithm in interface IGraphSearchFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>,N,A>getAlgorithm in interface IOptimalPathInORGraphSearchFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>,N,A,V extends java.lang.Comparable<V>>getAlgorithm in class BestFirstFactory<GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>,N,A,V extends java.lang.Comparable<V>>public OversearchAvoidanceConfig<N,V> getConfig()
public void setConfig(OversearchAvoidanceConfig<N,V> config)