Package org.uma.jmetal.component.catalogue.ea.replacement.impl
package org.uma.jmetal.component.catalogue.ea.replacement.impl
-
ClassesClassDescriptionMOEADReplacement<S extends Solution<?>>MuCommaLambdaReplacement<S extends Solution<?>>(mu , lambda) replacement.MuPlusLambdaReplacement<S extends Solution<?>>(mu + lambda) replacement.PairwiseReplacement<S extends Solution<?>>Given two populations of equal size, the returned population is composed of the result of the pairwise comparison between the solutions of both populations.RankingAndDensityEstimatorReplacement<S extends Solution<?>>SingleSolutionReplacement<S extends Solution<?>>Given an offspring population composed of a single solution, this solution is compared against a particular solution of the population given by a
SequenceGeneratorobject.SMSEMOAReplacement<S extends Solution<?>>