Uses of Enum Class
org.uma.jmetal.operator.crossover.impl.DifferentialEvolutionCrossover.DE_CROSSOVER_TYPE
Packages that use DifferentialEvolutionCrossover.DE_CROSSOVER_TYPE
-
Uses of DifferentialEvolutionCrossover.DE_CROSSOVER_TYPE in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that return DifferentialEvolutionCrossover.DE_CROSSOVER_TYPEModifier and TypeMethodDescriptionDifferentialEvolutionCrossover.getCrossoverType()Returns the enum constant of this class with the specified name.DifferentialEvolutionCrossover.DE_CROSSOVER_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.