Uses of Enum Class
org.uma.jmetal.operator.crossover.impl.DifferentialEvolutionCrossover.DE_VARIANT
Packages that use DifferentialEvolutionCrossover.DE_VARIANT
-
Uses of DifferentialEvolutionCrossover.DE_VARIANT in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that return DifferentialEvolutionCrossover.DE_VARIANTModifier and TypeMethodDescriptionDifferentialEvolutionCrossover.getVariant()DifferentialEvolutionCrossover.getVariantFromString(String variant) Returns the enum constant of this class with the specified name.DifferentialEvolutionCrossover.DE_VARIANT.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.uma.jmetal.operator.crossover.impl with parameters of type DifferentialEvolutionCrossover.DE_VARIANTModifierConstructorDescriptionDifferentialEvolutionCrossover(double cr, double f, DifferentialEvolutionCrossover.DE_VARIANT variant) ConstructorDifferentialEvolutionCrossover(double cr, double f, DifferentialEvolutionCrossover.DE_VARIANT variant, BoundedRandomGenerator<Integer> jRandomGenerator, BoundedRandomGenerator<Double> crRandomGenerator) ConstructorDifferentialEvolutionCrossover(double cr, double f, DifferentialEvolutionCrossover.DE_VARIANT variant, RandomGenerator<Double> randomGenerator) Constructor