public static enum GAGridConstants.SELECTION_METHOD extends Enum<GAGridConstants.SELECTION_METHOD>
| Enum Constant and Description |
|---|
SELECTION_METHOD_ROULETTE_WHEEL
Selection method roulette wheel.
|
SELECTION_METHOD_TRUNCATION
Selection method truncation.
|
SELECTON_METHOD_ELETISM
Selecton method eletism.
|
| Modifier and Type | Method and Description |
|---|---|
static GAGridConstants.SELECTION_METHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GAGridConstants.SELECTION_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAGridConstants.SELECTION_METHOD SELECTON_METHOD_ELETISM
public static final GAGridConstants.SELECTION_METHOD SELECTION_METHOD_TRUNCATION
public static final GAGridConstants.SELECTION_METHOD SELECTION_METHOD_ROULETTE_WHEEL
public static GAGridConstants.SELECTION_METHOD[] values()
for (GAGridConstants.SELECTION_METHOD c : GAGridConstants.SELECTION_METHOD.values()) System.out.println(c);
public static GAGridConstants.SELECTION_METHOD valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025