| Package | Description | 
|---|---|
| gov.sandia.cognition.learning.algorithm.annealing | 
 Provides the Simulated Annealing algorithm. 
 | 
| gov.sandia.cognition.learning.algorithm.genetic.reproducer | 
 Provides reproduction functions for use with a Genetic Algorithm. 
 | 
| Class and Description | 
|---|
| Perturber
 The Perturber interface defines the functionality of an object that can
 take an object and perturb it, returning the perturbed value. 
 | 
| SimulatedAnnealer
 The SimulatedAnnealer class implements the simulated annealing algorithm
 using the provided cost function and perturbation function. 
 | 
| VectorizablePerturber
 The VectorizablePerturber implements a Perturber for Vectorizable objects. 
 | 
| Class and Description | 
|---|
| Perturber
 The Perturber interface defines the functionality of an object that can
 take an object and perturb it, returning the perturbed value. 
 |