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>

public class PairwiseReplacement<S extends Solution<?>> extends Object implements 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.