Header menu logo bristlecone

CoolingSchemes Module

Cooling schemes dictate the conditions under which the temperature is cooled during simulated annealing.

Functions and values

Function or value Description

exponential alpha t0 t k

Full Usage: exponential alpha t0 t k

Parameters:
    alpha : float
    t0 : 'a
    t : float
    k : 'b

Returns: float

Commonly set alpha to 0.95. Tk is the temperature after k cooling iterations.

alpha : float
t0 : 'a
t : float
k : 'b
Returns: float

fastCauchyCoolingSchedule t0 t k

Full Usage: fastCauchyCoolingSchedule t0 t k

Parameters:
    t0 : float
    t : 'a
    k : int

Returns: float
t0 : float
t : 'a
k : int
Returns: float

Type something to start searching.