Interface ISyntheticTreasureIslandProblem

    • Method Detail

      • getExpectedNumberOfIslands

        int getExpectedNumberOfIslands()
      • getMaximumIslandSizes

        int getMaximumIslandSizes()
      • getMinimumIslandSizes

        int getMinimumIslandSizes()
      • getNumberOfTreasureIslands

        int getNumberOfTreasureIslands()
      • isPathATreasure

        boolean isPathATreasure​(org.api4.java.datastructure.graph.ILabeledPath<ITransparentTreeNode,​java.lang.Integer> path)
                         throws org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.PathEvaluationException,
                                java.lang.InterruptedException
        Throws:
        org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.PathEvaluationException
        java.lang.InterruptedException