- All Superinterfaces:
- ai.libs.jaicore.basic.algorithm.IAlgorithmFactory<P,O>
- All Known Implementing Classes:
- HASCOFactory, HASCOViaFDAndBestFirstFactory, HASCOViaFDAndBestFirstWithDyadRankedNodeQueueFactory, HASCOViaFDAndBestFirstWithRandomCompletionsFactory, HASCOViaFDFactory, TwoPhaseHASCOFactory
public interface SoftwareConfigurationAlgorithmFactory<P extends SoftwareConfigurationProblem<V>,O extends EvaluatedSoftwareConfigurationSolution<V>,V extends java.lang.Comparable<V>>
extends ai.libs.jaicore.basic.algorithm.IAlgorithmFactory<P,O>