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