1//! Advanced parallel tempering implementation 2#![allow(dead_code)] 3 4pub struct AdvancedParallelTemperingSampler;