Package | Description |
---|---|
dev.nm.solver.multivariate.unconstrained.annealing | |
dev.nm.solver.multivariate.unconstrained.annealing.annealingfunction |
Constructor and Description |
---|
SimulatedAnnealingMinimizer(TemperatureFunction temperatureFunction,
AnnealingFunction annealingFunction,
TemperedAcceptanceProbabilityFunction probabilityFunction,
int markovLength,
StopCondition stopCondition,
RandomLongGenerator uniform)
Constructs a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BoltzAnnealingFunction
Matlab: @annealingboltz - The step has length square root of temperature, with direction
uniformly at random.
|
class |
BoxGSAAnnealingFunction |
class |
FastAnnealingFunction
Matlab default: @annealingfast - The step has length temperature, with direction uniformly at
random.
|
class |
GSAAnnealingFunction
The GSA proposal/annealing function.
|
class |
SimpleAnnealingFunction
This annealing function takes a random step in a uniform direction, where the step size depends
only on the temperature.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.