public class ExpTemperatureFunction extends SimpleTemperatureFunction
| Constructor and Description |
|---|
ExpTemperatureFunction(double initialTemperature)
Constructs a new instance with an initial temperature.
|
| Modifier and Type | Method and Description |
|---|---|
double |
temperature(int k)
Matlab's default: @temperatureexp (default) - T = T0 * 0.95^k.
|
acceptanceTemperature, visitingTemperaturepublic ExpTemperatureFunction(double initialTemperature)
initialTemperature - the initial temperaturepublic double temperature(int k)
temperature in class SimpleTemperatureFunctionk - the time at which to get a temperature, or the annealing parameter, same as the
iteration number until reannealingCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.