Uses of Interface
org.uma.jmetal.component.catalogue.ea.replacement.Replacement
Packages that use Replacement
Package
Description
-
Uses of Replacement in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type ReplacementModifierConstructorDescriptionEvolutionaryAlgorithm(String name, SolutionsCreation<S> initialPopulationCreation, Evaluation<S> evaluation, Termination termination, Selection<S> selection, Variation<S> variation, Replacement<S> replacement) Constructor -
Uses of Replacement in org.uma.jmetal.component.algorithm.singleobjective
Methods in org.uma.jmetal.component.algorithm.singleobjective with parameters of type ReplacementModifier and TypeMethodDescriptionGeneticAlgorithmBuilder.setReplacement(Replacement<S> replacement) -
Uses of Replacement in org.uma.jmetal.component.catalogue.ea.replacement.impl
Classes in org.uma.jmetal.component.catalogue.ea.replacement.impl that implement ReplacementModifier and TypeClassDescriptionclassMOEADReplacement<S extends Solution<?>>classMuCommaLambdaReplacement<S extends Solution<?>>(mu , lambda) replacement.classMuPlusLambdaReplacement<S extends Solution<?>>(mu + lambda) replacement.classPairwiseReplacement<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.classRankingAndDensityEstimatorReplacement<S extends Solution<?>>classSingleSolutionReplacement<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 aSequenceGeneratorobject.classSMSEMOAReplacement<S extends Solution<?>>