pub type MetF64<E, R, S, Res> = Metropolis<E, R, S, Res, f64>;
Expand description

short for Metropolis<E, R, S, Res, f64>