EpochConfig#
- class liesel.goose.epoch.EpochConfig(type, duration, thinning, optional)[source]#
Bases:
objectDefines an Epoch in an MCMC algorithm.
Methods
to_state(nth_epoch, time_before_epoch)Creates initailized
EpochStateobject based on this ofEpochConfigobject.Attributes
Type of this epoch.
Duration of this epoch in terms of MCMC interations.
Thinning applied in this epoch.
Optional data attachted to this epoch.