Class MOEADReplacement<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.component.catalogue.ea.replacement.impl.MOEADReplacement<S>
- All Implemented Interfaces:
Replacement<S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.uma.jmetal.component.catalogue.ea.replacement.Replacement
Replacement.RemovalPolicy -
Constructor Summary
ConstructorsConstructorDescriptionMOEADReplacement(PopulationAndNeighborhoodSelection<S> matingPoolSelection, WeightVectorNeighborhood<S> weightVectorNeighborhood, AggregationFunction aggregationFunction, SequenceGenerator<Integer> sequenceGenerator, int maximumNumberOfReplacedSolutions, boolean normalize) -
Method Summary
-
Constructor Details
-
MOEADReplacement
public MOEADReplacement(PopulationAndNeighborhoodSelection<S> matingPoolSelection, WeightVectorNeighborhood<S> weightVectorNeighborhood, AggregationFunction aggregationFunction, SequenceGenerator<Integer> sequenceGenerator, int maximumNumberOfReplacedSolutions, boolean normalize)
-
-
Method Details
-
replace
-