Class SoftwareConfigurationAlgorithm<P extends SoftwareConfigurationProblem<V>,​O extends EvaluatedSoftwareConfigurationSolution<V>,​V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    java.lang.Iterable<org.api4.java.algorithm.events.IAlgorithmEvent>, java.util.concurrent.Callable<O>, java.util.Iterator<org.api4.java.algorithm.events.IAlgorithmEvent>, org.api4.java.algorithm.IAlgorithm<P,​O>, org.api4.java.algorithm.IOptimizationAlgorithm<P,​O,​V>, org.api4.java.algorithm.ISolutionCandidateIterator<P,​O>, org.api4.java.common.control.ICancelable, org.api4.java.common.control.ILoggingCustomizable
    Direct Known Subclasses:
    HASCO, TwoPhaseHASCO

    public abstract class SoftwareConfigurationAlgorithm<P extends SoftwareConfigurationProblem<V>,​O extends EvaluatedSoftwareConfigurationSolution<V>,​V extends java.lang.Comparable<V>>
    extends ai.libs.jaicore.basic.algorithm.AOptimizer<P,​O,​V>
    • Method Summary

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

        call, getBestSeenSolution, getLoggerName, nextSolutionCandidate, nextSolutionCandidateEvent, setBestSeenSolution, setLoggerName, 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, cancel, checkAndConductTermination, checkTermination, computeTimeoutAware, getActivationTime, getConfig, 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, shutdown, terminate, unregisterActiveThread, unregisterThreadAndShutdown
      • Methods inherited from class java.lang.Object

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

        getConfig, getId, getInput, getNumCPUs, getTimeout, nextWithException, registerListener, setMaxNumThreads, setNumCPUs, setTimeout, setTimeout
      • Methods inherited from interface org.api4.java.common.control.ICancelable

        cancel
      • Methods inherited from interface java.lang.Iterable

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

        forEachRemaining, hasNext, next, remove
    • Constructor Detail

      • SoftwareConfigurationAlgorithm

        protected SoftwareConfigurationAlgorithm​(P input)
      • SoftwareConfigurationAlgorithm

        protected SoftwareConfigurationAlgorithm​(ai.libs.jaicore.basic.IOwnerBasedAlgorithmConfig config,
                                                 P input)