Uses of Enum
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.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 type with the specified name.static Replacement.RemovalPolicy[]Replacement.RemovalPolicy.values()Returns an array containing the constants of this enum type, 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)