temperature

Module for all temperature functions of the CODEX algorithm

Classes

ExponentialTemperature(T0[, rho, kappa])

Exponential temperature which decreases with an accepted state, and increases with a rejected state.

LinearTemperature(T0, nsims)

Linear temperature operator.

Temperature()

The base temperature class.