Trait rmcmc::traits::AnnealingAlg[][src]

pub trait AnnealingAlg<M>: SteppingAlg<M> {
    fn set_temperature(&self, t: f64) -> Self;
}

A stepping algorithm which supports annealing

Required Methods

Implementors