Closed
Description
Currently, there is no information on the compound step method.
There are some examples here and there in the docs, which using a compound step assignment step = [step1, step2]
. However, is it unclear:
- what happen when pymc3 assign sampler under the default condition?
- the order of step methods. for example, is the next sample propose at the same time or in a sequential manner.
- is there a way to specify the order of the step methods? Is it possible to do a NUTS within Gibbs kind of idea?
- some guideline on mixing different sampler, eg bob's comment in #1990.