Class ConstructPartialSolution<C,E extends Environment>
java.lang.Object
isula.aco.AntPolicy<C,E>
isula.aco.algorithms.iteratedants.ConstructPartialSolution<C,E>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
applyPolicy
(E environment, ConfigurationProvider configurationProvider) getNewPartialSolution
(List<Integer> indexesForRemoval) abstract int
Methods inherited from class isula.aco.AntPolicy
getAnt, getPolicyType, setAnt
-
Constructor Details
-
ConstructPartialSolution
public ConstructPartialSolution()
-
-
Method Details
-
applyPolicy
- Specified by:
applyPolicy
in classAntPolicy<C,
E extends Environment>
-
getNumberOfComponentsToRemove
public abstract int getNumberOfComponentsToRemove() -
constructPartialSolution
-
getNewPartialSolution
-