Class GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.search.probleminputs.GraphSearchInput<N,A>
-
- ai.libs.jaicore.search.probleminputs.GraphSearchWithPathEvaluationsInput<N,A,V>
-
- ai.libs.jaicore.search.probleminputs.GraphSearchWithSubpathEvaluationsInput<N,A,V>
-
- ai.libs.jaicore.search.probleminputs.GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V>
-
- All Implemented Interfaces:
org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,A>,org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<N,A,V>
public class GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,A,V extends java.lang.Comparable<V>> extends GraphSearchWithSubpathEvaluationsInput<N,A,V>
-
-
Constructor Summary
Constructors Constructor Description GraphSearchWithUncertaintyBasedSubpathEvaluationInput(org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,A> baseProblem, org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V> nodeEvaluator)GraphSearchWithUncertaintyBasedSubpathEvaluationInput(org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,A> graphGenerator, org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.IPathGoalTester<N,A> goalTester, org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V> nodeEvaluator)
-
Method Summary
-
Methods inherited from class ai.libs.jaicore.search.probleminputs.GraphSearchWithPathEvaluationsInput
getPathEvaluator, toString
-
Methods inherited from class ai.libs.jaicore.search.probleminputs.GraphSearchInput
getGoalTester, getGraphGenerator
-
-
-
-
Constructor Detail
-
GraphSearchWithUncertaintyBasedSubpathEvaluationInput
public GraphSearchWithUncertaintyBasedSubpathEvaluationInput(org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,A> baseProblem, org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V> nodeEvaluator)
-
GraphSearchWithUncertaintyBasedSubpathEvaluationInput
public GraphSearchWithUncertaintyBasedSubpathEvaluationInput(org.api4.java.datastructure.graph.implicit.IGraphGenerator<N,A> graphGenerator, org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.IPathGoalTester<N,A> goalTester, org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPotentiallyUncertaintyAnnotatingPathEvaluator<N,A,V> nodeEvaluator)
-
-