new Individual(genome)
A GP Individual. Has a genome and a fitness
Parameters:
Name | Type | Description |
---|---|---|
genome |
Tree | A tree representing the individual solution |
- Source:
Methods
copy() → {Individual}
Copy an Individual. The fitness is reset.
- Source:
Returns:
Copy of the individual
- Type
- Individual