| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.genetic |
Provides a genetic algorithm implementation.
|
| gov.sandia.cognition.learning.algorithm.genetic.reproducer |
Provides reproduction functions for use with a Genetic Algorithm.
|
| gov.sandia.cognition.learning.algorithm.genetic.selector |
Provides selection functions for a Genetic Algorithm.
|
| Class and Description |
|---|
| EvaluatedGenome
The EvaluatedGenome class wraps together a Genome and its cost score.
|
| GeneticAlgorithm
The GeneticAlgorithm class implements a generic genetic algorithm
that uses a given cost function to minimize and a given reproduction
function for generating the population.
|
| Class and Description |
|---|
| EvaluatedGenome
The EvaluatedGenome class wraps together a Genome and its cost score.
|
| Class and Description |
|---|
| EvaluatedGenome
The EvaluatedGenome class wraps together a Genome and its cost score.
|