Class MuCommaLambdaReplacement<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.component.catalogue.ea.replacement.impl.MuCommaLambdaReplacement<S>
Type Parameters:
S -
All Implemented Interfaces:
Replacement<S>

public class MuCommaLambdaReplacement<S extends Solution<?>> extends Object implements Replacement<S>
(mu , lambda) replacement. Given a population of size mu and an offspring population of size lambda, both are merged and the population with the best mu solutions (according to a comparator) from the offspring population are returned. The condition mu invalid input: '<' lambda must hold.