warm_up
- MCMC.warm_up(ws, x0s, n_steps)[source]
Run a simulation of n_steps on a given workspace ws starting from start values x0s.
- Parameters:
ws – A
Workspace
object setup so that only a call to the yCalc WSM is necessary to perform a simulationx0s – A list of start values which is used to initialized the workspace by calling j(x0) for each x0 in x0s and j is the jump function of the corresponding variable.