jax_sgmc.scheduler.constant_temperature

jax_sgmc.scheduler.constant_temperature(tau=1.0)[source]

Scales the added noise with an unchanged constant.

Parameters:

tau (Array) – Scale of the added noise

Return type:

specific_scheduler

Returns:

Returns a triplet as described above.