Uses of Enum Class
org.uma.jmetal.component.catalogue.ea.replacement.Replacement.RemovalPolicy
Packages that use Replacement.RemovalPolicy
Package
Description
-
Uses of Replacement.RemovalPolicy in org.uma.jmetal.component.algorithm.multiobjective
Constructors in org.uma.jmetal.component.algorithm.multiobjective with parameters of type Replacement.RemovalPolicyModifierConstructorDescriptionRDSMOEABuilder(Problem<S> problem, int populationSize, int offspringPopulationSize, CrossoverOperator<S> crossover, MutationOperator<S> mutation, Ranking<S> ranking, DensityEstimator<S> densityEstimator, Replacement.RemovalPolicy removalPolicy) -
Uses of Replacement.RemovalPolicy in org.uma.jmetal.component.catalogue.ea.replacement
Methods in org.uma.jmetal.component.catalogue.ea.replacement that return Replacement.RemovalPolicyModifier and TypeMethodDescriptionstatic Replacement.RemovalPolicyReturns the enum constant of this class with the specified name.static Replacement.RemovalPolicy[]Replacement.RemovalPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Replacement.RemovalPolicy in org.uma.jmetal.component.catalogue.ea.replacement.impl
Constructors in org.uma.jmetal.component.catalogue.ea.replacement.impl with parameters of type Replacement.RemovalPolicyModifierConstructorDescriptionRankingAndDensityEstimatorReplacement(RankingAndDensityEstimatorPreference<S> preference, Replacement.RemovalPolicy removalPolicy) RankingAndDensityEstimatorReplacement(Ranking<S> ranking, DensityEstimator<S> densityEstimator, Replacement.RemovalPolicy removalPolicy)