| Package | Description |
|---|---|
| com.github.chen0040.gp.lgp | |
| com.github.chen0040.gp.lgp.gp | |
| com.github.chen0040.gp.lgp.program |
| Modifier and Type | Method and Description |
|---|---|
static LGP |
LGP.defaultConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PopulationInitialization.apply(List<Program> programs,
LGP manager) |
static void |
MicroMutation.apply(Program program,
LGP manager,
RandEngine randEngine) |
static void |
MacroMutation.apply(Program child,
LGP manager,
RandEngine randEngine) |
static void |
Crossover.apply(Program program1,
Program program2,
LGP manager,
RandEngine randEngine) |
static Program |
Replacement.compete(List<Program> programs,
Program current,
Program candidate,
LGP manager,
RandEngine randEngine) |
| Constructor and Description |
|---|
Population(LGP manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
Program.markStructuralIntrons(int stop_point,
Set<Integer> Reff,
LGP manager) |
void |
Program.markStructuralIntrons(LGP manager) |
Copyright © 2017. All rights reserved.