Class PairwiseReplacement<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.component.catalogue.ea.replacement.impl.PairwiseReplacement<S>
- Type Parameters:
S-
- All Implemented Interfaces:
Replacement<S>
Given two populations of equal size, the returned population is composed of the result of the
pairwise comparison between the solutions of both populations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.uma.jmetal.component.catalogue.ea.replacement.Replacement
Replacement.RemovalPolicy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
comparator
-
-
Constructor Details
-
PairwiseReplacement
-
-
Method Details
-
replace
-