mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 05:52:38 +02:00
Merge branch 'params' of github.com:SheffieldML/GPy into params
This commit is contained in:
commit
0e5a453358
1 changed files with 1 additions and 0 deletions
|
|
@ -392,6 +392,7 @@ class Parameterizable(Constrainable, Observable):
|
|||
import itertools
|
||||
[p._set_params(params[s]) for p, s in itertools.izip(self._parameters_, self._param_slices_)]
|
||||
self.parameters_changed()
|
||||
self._notify_observers()
|
||||
|
||||
def copy(self):
|
||||
"""Returns a (deep) copy of the current model"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue