-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In Algorithm 2 (in practice), you sample the time points t \sim p(t), where p(t) can be viewed as a proposal importance sampling distribution. One can take p(t) to be estimated using Eq.(85), as you mentioned in Appendix.C. But in this code repository (see losses.py)
you have
p_t = time_sampler.invdensity(t)
which is according to an uniform distribution (see dynamics.utils).
So I wonder how you actually implemented your claim in Algorithm 2 in Appendix C.
Metadata
Metadata
Assignees
Labels
No labels