Skip to content

DOCS: explain Compound Step in sampling #2083

Closed
@junpenglao

Description

@junpenglao

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:

  1. what happen when pymc3 assign sampler under the default condition?
  2. the order of step methods. for example, is the next sample propose at the same time or in a sequential manner.
  3. is there a way to specify the order of the step methods? Is it possible to do a NUTS within Gibbs kind of idea?
  4. some guideline on mixing different sampler, eg bob's comment in #1990.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions