| Package | Description |
|---|---|
| com.github.chen0040.gp.treegp.enums | |
| com.github.chen0040.gp.treegp.program |
| Modifier and Type | Method and Description |
|---|---|
static TGPInitializationStrategy |
TGPInitializationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TGPInitializationStrategy[] |
TGPInitializationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Primitive |
TreeGenerator.anyPrimitive(Program program,
int allowableDepth,
TGPInitializationStrategy method,
RandEngine randEngine) |
void |
Program.createWithDepth(int allowableDepth,
TreeGP manager,
TGPInitializationStrategy initializationStrategy) |
static TreeNode |
TreeGenerator.createWithDepth(Program program,
int allowableDepth,
TreeGP manager,
TGPInitializationStrategy method) |
static void |
TreeGenerator.createWithDepth(Program program,
TreeNode x,
int allowableDepth,
TGPInitializationStrategy method,
RandEngine randEngine) |
Copyright © 2017. All rights reserved.