mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Added gibbs.py, although test is still failing.
This commit is contained in:
parent
549f64892e
commit
bd4c7f34ea
10 changed files with 223 additions and 33 deletions
|
|
@ -44,7 +44,7 @@ class White(Kernpart):
|
|||
def dKdiag_dtheta(self,dL_dKdiag,X,target):
|
||||
target += np.sum(dL_dKdiag)
|
||||
|
||||
def dK_dX(self,dL_dK,X,X2,target):
|
||||
def dK_dX(self,dL_dK,X,X2,target):
|
||||
pass
|
||||
|
||||
def dKdiag_dX(self,dL_dKdiag,X,target):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue