Class HASCOViaFDAndBestFirstWithRandomCompletions<V extends java.lang.Comparable<V>>

    • Method Summary

      • Methods inherited from class ai.libs.jaicore.basic.algorithm.AOptimizer

        call, getBestSeenSolution, nextSolutionCandidate, nextSolutionCandidateEvent, setBestSeenSolution, updateBestSeenSolution
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.ASolutionCandidateIterator

        collectAllSolutions
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.AAlgorithm

        activate, announceTimeoutDetected, avoidReinterruptionOnShutdownOnCurrentThread, checkAndConductTermination, checkTermination, computeTimeoutAware, getActivationTime, getId, getInput, getNumCPUs, getRemainingTimeToDeadline, getState, getTimeout, getTimeoutPrecautionOffset, hasNext, hasThreadBeenInterruptedDuringShutdown, interruptThreadAsPartOfShutdown, isCanceled, isShutdownInitialized, isStopCriterionSatisfied, isTimeouted, iterator, next, post, registerActiveThread, registerListener, resolveShutdownInterruptOnCurrentThread, setConfig, setDeadline, setMaxNumThreads, setNumCPUs, setState, setTimeout, setTimeout, setTimeoutPrecautionOffset, terminate, unregisterActiveThread, unregisterThreadAndShutdown
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.api4.java.algorithm.IAlgorithm

        getId, getInput, getNumCPUs, getTimeout, registerListener, setMaxNumThreads, setNumCPUs, setTimeout, setTimeout
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Constructor Detail

      • HASCOViaFDAndBestFirstWithRandomCompletions

        public HASCOViaFDAndBestFirstWithRandomCompletions​(RefinementConfiguredSoftwareConfigurationProblem<V> configurationProblem,
                                                           int numSamples,
                                                           int seed,
                                                           int timeoutForSingleCompletionEvaluationInMS,
                                                           int timeoutForNodeEvaluationInMS)
      • HASCOViaFDAndBestFirstWithRandomCompletions

        public HASCOViaFDAndBestFirstWithRandomCompletions​(RefinementConfiguredSoftwareConfigurationProblem<V> configurationProblem,
                                                           java.util.function.Predicate<ai.libs.jaicore.planning.hierarchical.algorithms.forwarddecomposition.graphgenerators.tfd.TFDNode> prioritingPredicate,
                                                           int numSamples,
                                                           int seed,
                                                           int timeoutForSingleCompletionEvaluationInMS,
                                                           int timeoutForNodeEvaluationInMS,
                                                           org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPathEvaluator<ai.libs.jaicore.planning.hierarchical.algorithms.forwarddecomposition.graphgenerators.tfd.TFDNode,​java.lang.String,​V> preferredNodeEvaluator)