Interface | Description |
---|---|
Connection |
Connection declares the expected behaviour of any
part of a chromosome that can be connected to, specifically
nodes or inputs. |
Mutable |
Mutable declares the expected behaviour of any
part of a chromosome that is mutable, more specifically
nodes or outputs. |
Class | Description |
---|---|
Chromosome |
This class encapsulates a CGP chromosome.
|
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.
|
Population |
This class primarily holds a collection of chromosomes.
|