| Modifier and Type | Field and Description |
|---|---|
static GaussianSimulatedAnnealing.ResetScheme |
GaussianSimulatedAnnealing.ResetScheme.NoResetScheme |
static GaussianSimulatedAnnealing.ResetScheme |
GaussianSimulatedAnnealing.ResetScheme.ResetToBestPoint |
static GaussianSimulatedAnnealing.ResetScheme |
GaussianSimulatedAnnealing.ResetScheme.ResetToOrigin |
| Modifier and Type | Method and Description |
|---|---|
static GaussianSimulatedAnnealing.ResetScheme |
GaussianSimulatedAnnealing.ResetScheme.swigToEnum(int swigValue) |
| Constructor and Description |
|---|
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) |
Copyright © 2017. All rights reserved.