| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.singleobjective.geneticalgorithm |
| Modifier and Type | Method and Description |
|---|---|
static GeneticAlgorithmBuilder.GeneticAlgorithmVariant |
GeneticAlgorithmBuilder.GeneticAlgorithmVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneticAlgorithmBuilder.GeneticAlgorithmVariant[] |
GeneticAlgorithmBuilder.GeneticAlgorithmVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GeneticAlgorithmBuilder(Problem<S> problem,
CrossoverOperator<S> crossoverOperator,
MutationOperator<S> mutationOperator,
GeneticAlgorithmBuilder.GeneticAlgorithmVariant variant)
Builder constructor
|
Copyright © 2015. All rights reserved.