Class MuPlusLambdaReplacement<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.component.catalogue.ea.replacement.impl.MuPlusLambdaReplacement<S>
- Type Parameters:
S-
- All Implemented Interfaces:
Replacement<S>
public class MuPlusLambdaReplacement<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) are returned.
-
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
-
MuPlusLambdaReplacement
-
-
Method Details
-
replace
- Specified by:
replacein interfaceReplacement<S extends Solution<?>>
-