Class SyntheticSearchProblemBuilder
- java.lang.Object
-
- ai.libs.jaicore.search.syntheticgraphs.SyntheticSearchProblemBuilder
-
public class SyntheticSearchProblemBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SyntheticSearchProblemBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double>build()SyntheticSearchProblemBuilderwithGGBuilder(ISyntheticGraphGeneratorBuilder graphGeneratorBuilder)SyntheticSearchProblemBuilderwithGraphGenerator(org.api4.java.datastructure.graph.implicit.IGraphGenerator<ITransparentTreeNode,java.lang.Integer> graphGenerator)SyntheticSearchProblemBuilderwithTreasureModel(ITreasureModel treasureModel)
-
-
-
Method Detail
-
withGGBuilder
public SyntheticSearchProblemBuilder withGGBuilder(ISyntheticGraphGeneratorBuilder graphGeneratorBuilder)
-
withGraphGenerator
public SyntheticSearchProblemBuilder withGraphGenerator(org.api4.java.datastructure.graph.implicit.IGraphGenerator<ITransparentTreeNode,java.lang.Integer> graphGenerator)
-
withTreasureModel
public SyntheticSearchProblemBuilder withTreasureModel(ITreasureModel treasureModel)
-
build
public org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double> build()
-
-