R/sim_annealing.R
mk_simanneal_temp_func.Rd
Supported annealing types are currently "Exponential multiplicative", "Logarithmic multiplicative", "Quadratic multiplicative" and "Linear multiplicative", each with dedicated constraints on alpha. For information, see http://what-when-how.com/artificial-intelligence/a-comparison-of-cooling-schedules-for-simulated-annealing-artificial-intelligence/
mk_simanneal_temp_func(T0, alpha, type = "Quadratic multiplicative")
Initial temperature at step 1 (when k=0)
Rate of cooling
Type of annealing protocol. Defaults to the quadratic multiplicative method which seems to perform well.
Temperature at cycle k
.