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
Calculating my objective function is expensive, so I’d like to store the log_pdf values alongside the samples to avoid recalculating them.
As a side note, I noticed that samplers that successfully returned a log_pdf vector returned values that differed from my objective function. I suspect the samplers are applying some internal rescaling, possibly related to the Jacobian or covariance matrix. It would be great if this rescaling could be removed from the log_pdf values.
One thing that does happen, is that it will store a (LogPDF (posterior), LogLikelihood, and Prior) if priors are used. Is there a chance that this is happening and you're looking at the wrong one?
@MarcBerliner wrote:
Originally posted in #1691 (comment)
The text was updated successfully, but these errors were encountered: