See: Description
Interface | Description |
---|---|
Perturber<PerturbedType> |
The Perturber interface defines the functionality of an object that can
take an object and perturb it, returning the perturbed value.
|
Class | Description |
---|---|
SimulatedAnnealer<CostParametersType,AnnealedType> |
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.
|