| Package | Description |
|---|---|
| com.github.chen0040.gp.treegp.program |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode |
TreeGenerator.createWithDepth(Program program,
int allowableDepth,
TreeGP manager,
TGPInitializationStrategy method) |
TreeNode |
Program.getRoot() |
TreeNode |
TreeNode.makeCopy(OperatorSet operatorSet,
VariableSet variableSet,
ConstantSet constantSet) |
| Modifier and Type | Method and Description |
|---|---|
com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode> |
Program.anyNode(boolean bias,
RandEngine randEngine) |
com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode> |
Program.anyNode(boolean bias,
RandEngine randEngine) |
com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode> |
Program.anyNode(RandEngine randEngine) |
com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode> |
Program.anyNode(RandEngine randEngine) |
List<com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode>> |
Program.flattenNodes() |
List<com.github.chen0040.data.utils.TupleTwo<TreeNode,TreeNode>> |
Program.flattenNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.copy(TreeNode that,
OperatorSet operatorSet,
VariableSet variableSet,
ConstantSet constantSet) |
static void |
TreeGenerator.createWithDepth(Program program,
TreeNode x,
int allowableDepth,
TGPInitializationStrategy method,
RandEngine randEngine) |
int |
TreeNode.depth2Node(TreeNode node) |
static int |
TreeNode.depth2Node(TreeNode node,
TreeNode target,
int depthSoFar) |
void |
Program.setRoot(TreeNode node) |
Copyright © 2017. All rights reserved.