EngineBuilder.set_duration()#
- EngineBuilder.set_duration(warmup_duration, posterior_duration, term_duration=50, thinning_posterior=1, thinning_warmup=1)[source]#
Sets epochs using the
stan_epochs()function.Note that
term_durationneeds to be long enough that tuning algorithms like dual averaging can converge.