| Package | Description |
|---|---|
| basic |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumSet<EvaluatorType.evaluatorFlag> |
EvaluatorType.evaluatorFlag.ALL_OPTS |
| Modifier and Type | Method and Description |
|---|---|
static EvaluatorType.evaluatorFlag |
EvaluatorType.evaluatorFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatorType.evaluatorFlag[] |
EvaluatorType.evaluatorFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<EvaluatorType.evaluatorFlag> |
Parser.getEvaluatorTypes()
To have the possibility to choose between different evaluators in genetic algorithm runs.
|
java.util.EnumSet<EvaluatorType.evaluatorFlag> |
EvaluatorType.getStatusFlags(long statusValue)
Translates a numeric status code into a Set of StatusFlag enums
|
| Modifier and Type | Method and Description |
|---|---|
long |
EvaluatorType.getStatusValue(java.util.Set<EvaluatorType.evaluatorFlag> flags)
Translates a set of StatusFlag enums into a numeric status code
|