mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 14:32:37 +02:00
fix ss_mrd and fix white and bias kernel
This commit is contained in:
parent
2c88528ebd
commit
129985998c
4 changed files with 21 additions and 17 deletions
|
|
@ -520,7 +520,7 @@ class Indexable(Nameable, Observable):
|
|||
|
||||
self.constraints.add(t, self._raveled_index())
|
||||
t.add_tied_parameter(self)
|
||||
self._highest_parent_._connect_fixes()
|
||||
self._highest_parent_._connect_fixes()
|
||||
|
||||
def constrain(self, transform, warning=True, trigger_parent=True):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue