mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
trying to fix bugs in kerns
This commit is contained in:
parent
7fbc6935d9
commit
03c1f77c08
6 changed files with 58 additions and 37 deletions
|
|
@ -73,9 +73,9 @@ class bias(kernpart):
|
|||
|
||||
def dpsi1_dmuS(self, partial, Z, mu, S, target_mu, target_S):
|
||||
pass
|
||||
|
||||
|
||||
def dpsi2_dtheta(self, partial, Z, mu, S, target):
|
||||
target += 2.*self.variance*partial.sum()
|
||||
target += np.sum(2.*self.variance*partial)
|
||||
|
||||
def dpsi2_dZ(self, partial, Z, mu, S, target):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue