mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Broken whilst unlinking GP and sparse_GP, kern not being imported
This commit is contained in:
parent
26b4cd6c4f
commit
1302c46ace
16 changed files with 328 additions and 318 deletions
|
|
@ -22,8 +22,8 @@ class model(parameterised):
|
|||
self.priors = [None for i in range(self._get_params().size)]
|
||||
self.optimization_runs = []
|
||||
self.sampling_runs = []
|
||||
self._set_params(self._get_params())
|
||||
self.preferred_optimizer = 'tnc'
|
||||
#self._set_params(self._get_params()) has been taken out as it should only be called on leaf nodes
|
||||
def _get_params(self):
|
||||
raise NotImplementedError, "this needs to be implemented to use the model class"
|
||||
def _set_params(self, x):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue