| Interface | Description |
|---|---|
| ArrayGenome |
An array genome represents an array of "something", this allows array
operators such as crossover and mutate to work on the genome.
|
| Class | Description |
|---|---|
| DoubleArrayGenome |
A genome made up of continuous doubles.
|
| DoubleArrayGenomeFactory |
A factory that creates DoubleArrayGenome objects of a specific size.
|
| IntegerArrayGenome |
A genome that is an array of discrete integer values.
|
| IntegerArrayGenomeFactory |
A factory to create integer genomes of a specific size.
|
Copyright © 2014. All Rights Reserved.