| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.genetic.reproducer |
Provides reproduction functions for use with a Genetic Algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VectorizableCrossoverFunction
The VectorizableCrossoverFunction class is a
CrossoverFunction that
takes two Vectorizable. |
| Modifier and Type | Method and Description |
|---|---|
CrossoverFunction<GenomeType> |
CrossoverReproducer.getCrossoverFunction()
Gets the CrossoverFunction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrossoverReproducer.setCrossoverFunction(CrossoverFunction<GenomeType> crossoverFunction)
Sets the CrossoverFunction.
|
| Constructor and Description |
|---|
CrossoverReproducer(Selector<GenomeType> selector,
CrossoverFunction<GenomeType> crossoverFunction)
Creates a new instance of CrossoverReproducer
|