mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
[parameterized] merge in jacobian for priors?
This commit is contained in:
parent
ff558ff57c
commit
208a025751
2 changed files with 10 additions and 11 deletions
|
|
@ -446,7 +446,6 @@ class Indexable(Nameable, Updateable):
|
||||||
log_j += c.log_jacobian(x[jj])
|
log_j += c.log_jacobian(x[jj])
|
||||||
return log_p + log_j
|
return log_p + log_j
|
||||||
|
|
||||||
|
|
||||||
def _log_prior_gradients(self):
|
def _log_prior_gradients(self):
|
||||||
"""evaluate the gradients of the priors"""
|
"""evaluate the gradients of the priors"""
|
||||||
if self.priors.size == 0:
|
if self.priors.size == 0:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue