mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
exact gaussian inference now accepts a kern and X, not K
This commit is contained in:
parent
206ec5dfc1
commit
e94b16e0b3
4 changed files with 58 additions and 519 deletions
|
|
@ -38,7 +38,7 @@ class Model(Parameterized):
|
|||
raise KeyError, 'Gradient for {} not defined, please specify gradients for parameters to optimize'.format(p.name)
|
||||
return g
|
||||
raise NotImplementedError, "this needs to be implemented to use the model class"
|
||||
|
||||
|
||||
def getstate(self):
|
||||
"""
|
||||
Get the current state of the class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue