mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
[updates] updated update structure immensely
This commit is contained in:
parent
4543fc3480
commit
ef05f49b8b
5 changed files with 99 additions and 53 deletions
|
|
@ -39,7 +39,7 @@ class RBF(Stationary):
|
|||
if self.useGPU:
|
||||
dc['psicomp'] = PSICOMP_RBF()
|
||||
return dc
|
||||
|
||||
|
||||
def __setstate__(self, state):
|
||||
return super(RBF, self).__setstate__(state)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue