You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shouldn't the extension be merged into algorithm.new_constraints before the update call? (E.g. because extension is from the latent proposal ProxDistribution -- and update without extension will just sample from the model prior for the transition)
The text was updated successfully, but these errors were encountered:
In these lines:
https://github.com/probcomp/GenProx.jl/blob/6083d1cda2f2a0db4d8497c3430b9c9d25316f54/src/inference/composable_smc.jl#L221-L227
shouldn't the
extension
be merged intoalgorithm.new_constraints
before theupdate
call? (E.g. becauseextension
is from the latent proposalProxDistribution
-- andupdate
withoutextension
will just sample from the model prior for the transition)The text was updated successfully, but these errors were encountered: