Trait net_ensembles::sampling::entropic_sampling::EntropicEEH[][src]

pub trait EntropicEEH<E, Hist, Energy>: EntropicEnergy<Energy> + EntropicEnsemble<E> + EntropicHist<Hist> { }
Expand description

Helper trait, so that you have to type less

Implementors