| Package | Description |
|---|---|
| jcgp | |
| jcgp.backend.modules.es | |
| jcgp.backend.modules.mutator | |
| jcgp.backend.modules.problem | |
| jcgp.backend.parsers | |
| jcgp.backend.population | |
| jcgp.gui.population |
| Class and Description |
|---|
| Population
This class primarily holds a collection of chromosomes.
|
| Class and Description |
|---|
| Population
This class primarily holds a collection of chromosomes.
|
| Class and Description |
|---|
| Chromosome
This class encapsulates a CGP chromosome.
|
| Class and Description |
|---|
| Population
This class primarily holds a collection of chromosomes.
|
| Class and Description |
|---|
| Chromosome
This class encapsulates a CGP chromosome.
|
| Class and Description |
|---|
| Chromosome
This class encapsulates a CGP chromosome.
|
Connection
Connection declares the expected behaviour of any
part of a chromosome that can be connected to, specifically
nodes or inputs. |
| Input
This is a chromosome input.
|
Mutable
Mutable declares the expected behaviour of any
part of a chromosome that is mutable, more specifically
nodes or outputs. |
| Node
Nodes make up the main part of the chromosome,
where the actual functions are evolved.
|
| Output
This is a chromosome output.
|
| Class and Description |
|---|
| Chromosome
This class encapsulates a CGP chromosome.
|
Connection
Connection declares the expected behaviour of any
part of a chromosome that can be connected to, specifically
nodes or inputs. |
| Input
This is a chromosome input.
|
| Node
Nodes make up the main part of the chromosome,
where the actual functions are evolved.
|
| Output
This is a chromosome output.
|