Class DegeneratedGraphSearchWithPathEvaluationsProblem
- java.lang.Object
-
- ai.libs.jaicore.search.probleminputs.GraphSearchInput<N,A>
-
- ai.libs.jaicore.search.probleminputs.GraphSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double>
-
- ai.libs.jaicore.search.syntheticgraphs.graphmodels.degenerated.DegeneratedGraphSearchWithPathEvaluationsProblem
-
- All Implemented Interfaces:
ISyntheticTreasureIslandProblem,org.api4.java.ai.graphsearch.problem.IPathSearchInput<ITransparentTreeNode,java.lang.Integer>,org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double>
public class DegeneratedGraphSearchWithPathEvaluationsProblem extends GraphSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double> implements ISyntheticTreasureIslandProblem
-
-
Constructor Summary
Constructors Constructor Description DegeneratedGraphSearchWithPathEvaluationsProblem(java.util.Random random, int deadEndsPerGeneration, int branchingFactor, int depth, ITreasureModel generator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DegeneratedGraphGeneratorGenerator.DegeneratedGraphGeneratorgetGraphGenerator()-
Methods inherited from class ai.libs.jaicore.search.probleminputs.GraphSearchWithPathEvaluationsInput
getPathEvaluator, toString
-
Methods inherited from class ai.libs.jaicore.search.probleminputs.GraphSearchInput
getGoalTester
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
DegeneratedGraphSearchWithPathEvaluationsProblem
public DegeneratedGraphSearchWithPathEvaluationsProblem(java.util.Random random, int deadEndsPerGeneration, int branchingFactor, int depth, ITreasureModel generator)
-
-
Method Detail
-
getGraphGenerator
public DegeneratedGraphGeneratorGenerator.DegeneratedGraphGenerator getGraphGenerator()
- Specified by:
getGraphGeneratorin interfaceorg.api4.java.ai.graphsearch.problem.IPathSearchInput<ITransparentTreeNode,java.lang.Integer>- Overrides:
getGraphGeneratorin classGraphSearchInput<ITransparentTreeNode,java.lang.Integer>
-
-