Interface ISyntheticTreasureIslandProblem
-
- All Superinterfaces:
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>
- All Known Implementing Classes:
BalancedGraphSearchWithPathEvaluationsProblem,DegeneratedGraphSearchWithPathEvaluationsProblem
public interface ISyntheticTreasureIslandProblem extends org.api4.java.ai.graphsearch.problem.IPathSearchWithPathEvaluationsInput<ITransparentTreeNode,java.lang.Integer,java.lang.Double>