Quick question about HMCGibbs, are the gibbs_sites
and hmc_sites
variables passed into the gibbs_fn
in the constrained or unconstrained space for the model. Similarly, should it return the gibbs_sites
in the constrained or unconstrained space?
The documentation is a bit vague on this point and I can’t really follow what is happening in the source code very well (my guess is everything is in the unconstrained space, but it is hard to tell).