public enum TGPMutationStrategy extends Enum<TGPMutationStrategy>
| Enum Constant and Description |
|---|
MUTATION_HOIST |
MUTATION_SHRINK |
MUTATION_SUBTREE |
MUTATION_SUBTREE_KINNEAR |
| Modifier and Type | Method and Description |
|---|---|
static TGPMutationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TGPMutationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TGPMutationStrategy MUTATION_SUBTREE
public static final TGPMutationStrategy MUTATION_SUBTREE_KINNEAR
public static final TGPMutationStrategy MUTATION_HOIST
public static final TGPMutationStrategy MUTATION_SHRINK
public static TGPMutationStrategy[] values()
for (TGPMutationStrategy c : TGPMutationStrategy.values()) System.out.println(c);
public static TGPMutationStrategy 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 nullCopyright © 2017. All rights reserved.