Class GraphSearchWithUncertaintyBasedSubpathEvaluationInput<N,​A,​V extends java.lang.Comparable<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)  
    • 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)