Constructors
| Modifier |
Constructor and Description |
protected |
GaussianSimulatedAnnealing(long cPtr,
boolean cMemoryOwn) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature,
long reAnnealSteps) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature,
long reAnnealSteps,
GaussianSimulatedAnnealing.ResetScheme resetScheme) |
|
GaussianSimulatedAnnealing(SamplerGaussian sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature,
long reAnnealSteps,
GaussianSimulatedAnnealing.ResetScheme resetScheme,
long resetSteps) |