| Modifier and Type | Field and Description |
|---|---|
static LogNormalSimulatedAnnealing.ResetScheme |
LogNormalSimulatedAnnealing.ResetScheme.NoResetScheme |
static LogNormalSimulatedAnnealing.ResetScheme |
LogNormalSimulatedAnnealing.ResetScheme.ResetToBestPoint |
static LogNormalSimulatedAnnealing.ResetScheme |
LogNormalSimulatedAnnealing.ResetScheme.ResetToOrigin |
| Modifier and Type | Method and Description |
|---|---|
static LogNormalSimulatedAnnealing.ResetScheme |
LogNormalSimulatedAnnealing.ResetScheme.swigToEnum(int swigValue) |
| Constructor and Description |
|---|
LogNormalSimulatedAnnealing(SamplerLogNormal sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature,
long reAnnealSteps,
LogNormalSimulatedAnnealing.ResetScheme resetScheme) |
LogNormalSimulatedAnnealing(SamplerLogNormal sampler,
ProbabilityBoltzmannDownhill probability,
TemperatureExponential temperature,
ReannealingTrivial reannealing,
double startTemperature,
double endTemperature,
long reAnnealSteps,
LogNormalSimulatedAnnealing.ResetScheme resetScheme,
long resetSteps) |
Copyright © 2017. All rights reserved.