CoolingSchemes Module
Cooling schemes dictate the conditions under which the temperature is cooled during simulated annealing.
Functions and values
Function or value | Description |
Full Usage:
exponential alpha t0 t k
Parameters:
float
t0 : 'a
t : float
k : 'b
Returns: float
|
|
Full Usage:
fastCauchyCoolingSchedule t0 t k
Parameters:
float
t : 'a
k : int
Returns: float
|
|