bartz.mcmcloop.CallbackTuple¶
- class bartz.mcmcloop.CallbackTuple(callbacks)[source]¶
Callback that runs a sequence of callbacks in order.
Each callback receives the state as (possibly) updated by the preceding ones, so their effects compose left to right.