mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
general bugfixing
This commit is contained in:
parent
e4fcde3299
commit
3c68a9688d
6 changed files with 26 additions and 17 deletions
|
|
@ -53,7 +53,7 @@ class RBF(Kernpart):
|
|||
|
||||
self.variance = Param('variance', variance, Logexp())
|
||||
|
||||
self.lengthscale = Param('lengthscale', lengthscale)
|
||||
self.lengthscale = Param('lengthscale', lengthscale, Logexp())
|
||||
self.lengthscale.add_observer(self, self.update_lengthscale)
|
||||
self.update_lengthscale(self.lengthscale)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue