Ancestral sampling (Ho et al. 2020 Algorithm 2): start from Gaussian noise at t=T, iteratively apply the denoising network to walk back to t=0. Optional conditioning vector c is passed in at every step.
Arguments
- fit
An
edaphos_dm_fitfromdm_fit().- n_samples
Integer; number of independent map draws.
- conditioning
Optional
(n_samples, cond_dim)matrix. Default: zero vector for every sample (unconditional).- seed
Optional RNG seed.
