| Package | Description |
|---|---|
| com.github.chen0040.gp.treegp | |
| com.github.chen0040.gp.treegp.gp | |
| com.github.chen0040.gp.treegp.program |
| Modifier and Type | Method and Description |
|---|---|
static TreeGP |
TreeGP.defaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PopulationInitialization.apply(List<Solution> solutions,
TreeGP programManager) |
static void |
Crossover.apply(Program program1,
Program program2,
TreeGP manager) |
static void |
MicroMutation.apply(Program program,
TreeGP manager) |
static void |
MacroMutation.apply(Program program,
TreeGP manager) |
static void |
Crossover.apply(Solution solution1,
Solution solution2,
TreeGP manager) |
static void |
MicroMutation.apply(Solution solution,
TreeGP manager) |
static void |
MacroMutation.apply(Solution solution,
TreeGP manager) |
| Constructor and Description |
|---|
Population(TreeGP manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
Program.createWithDepth(int allowableDepth,
TreeGP manager,
TGPInitializationStrategy initializationStrategy) |
static TreeNode |
TreeGenerator.createWithDepth(Program program,
int allowableDepth,
TreeGP manager,
TGPInitializationStrategy method) |
Copyright © 2017. All rights reserved.