| 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 |
|---|---|
Solution |
TreeGP.fit(List<Observation> observations) |
| Modifier and Type | Method and Description |
|---|---|
double |
TreeGP.evaluateCost(Solution solution) |
| Modifier and Type | Method and Description |
|---|---|
Solution |
Population.getGlobalBestSolution() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PopulationInitialization.apply(List<Solution> solutions,
TreeGP programManager) |
| Modifier and Type | Method and Description |
|---|---|
Solution |
Solution.makeCopy() |
| Modifier and Type | Method and Description |
|---|---|
int |
Solution.compareTo(Solution that) |
void |
Solution.copy(Solution that) |
boolean |
Solution.isBetterThan(Solution that) |
Copyright © 2017. All rights reserved.