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