-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log prior computation #617
Comments
Here's roughly what I would have expected:
|
@jameshensman do you recall why this was necessary? |
@jameshensman ping |
bumping this, can result in some strange transformations of the log prior |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was going through the
GPy
code and found some part that seems wrong to me (or that I don't understand) in the computation of the log prior.The first part of the code computes the log prior probabilities, which makes perfect sense. The second part starting in line 57 supposedly adds some correction terms for the constraints, but I don't understand where they come from. Why would the transformed parameter space matter, when the prior is defined on the untransformed space and
param_array
returns the untransformed parameters?Thanks for your help.
The text was updated successfully, but these errors were encountered: