| Package | Description |
|---|---|
| jcgp.backend.modules.problem | |
| jcgp.backend.resources |
| Modifier and Type | Method and Description |
|---|---|
BestFitness |
Problem.getFitnessOrientation() |
static BestFitness |
BestFitness.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BestFitness[] |
BestFitness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BestFitness |
Resources.fitnessOrientation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifiableResources.setFitnessOrientation(BestFitness newOrientation) |