public interface TemperatureFunction
Modifier and Type | Method and Description |
---|---|
double |
acceptanceTemperature(int t)
Gets the acceptance temperature \(T^A_t\) at time t.
|
double |
visitingTemperature(int t)
Gets the visiting temperature \(T^V_t\) at time t.
|
double visitingTemperature(int t)
t
- the time at which to get a temperature, or the annealing parameter, same as the
iteration number until reannealingdouble acceptanceTemperature(int t)
t
- 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.