See: Description
| Class | Description |
|---|---|
| DefaultEvolveGenes |
This is the default implementation for combining two different gene lists through
crossover or mutation to generate a new one.
|
| DefaultEvolveGenesPct |
This is the default implementation for combining two different gene lists through
crossover or mutation to generate a new one.
|
| EvolveGenes |
This is the base class for evolving two different gene lists through
crossovers or mutations, to generate a new one.
|
| EvolveGenesBOW |
This implementation can be used for mutating
BagOfWords bag-of-words
constructs through intersection and union operations. |
| EvolveInfo |
This class stores the information that describes the desired evolution conditions or process.
|