EngineBuilder.set_duration_simple()

EngineBuilder.set_duration_simple()#

EngineBuilder.set_duration_simple(burnin_duration=10, posterior_duration=10, thinning_posterior=1)[source]#

Defines a simple epoch configuration that does not include any adaptative warmup. Includes only burnin and posterior samples.

The default values of samples to be drawn are extremely low and not intended for practical use – instead, they are intended for quickly checking whether your model runs successfully.

In order to tune the hyperparameters of your kernels during warmup, you should use set_duration() instead.