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
I can see the argument for this, but I think I'd rather we try to handle the different parameter sets in the wrappers rather than in the core algorithm itself. Do you think that'll be doable?
To me, the issue would be that when any model in the network adds a parameter, all of the models (or I suppose only programs) in the network are affected. That's a sort of unexpected non-local effect to me; I would expected a small change to have a small effect. I think adding parameters may also impact sampling.
Problem: Parameters in model1 do not appear in model2. Exploration happens on joint space of every parameters within the model network.
Suggestion: use
transformed parameters
block to conditioned parameters as belowFrom
To
The text was updated successfully, but these errors were encountered: