mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
preferred optimiser is now scg bydefault
This commit is contained in:
parent
adb8a98cb3
commit
d43f4c911c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class model(parameterised):
|
||||||
self.priors = None
|
self.priors = None
|
||||||
self.optimization_runs = []
|
self.optimization_runs = []
|
||||||
self.sampling_runs = []
|
self.sampling_runs = []
|
||||||
self.preferred_optimizer = 'tnc'
|
self.preferred_optimizer = 'scg'
|
||||||
#self._set_params(self._get_params()) has been taken out as it should only be called on leaf nodes
|
#self._set_params(self._get_params()) has been taken out as it should only be called on leaf nodes
|
||||||
def _get_params(self):
|
def _get_params(self):
|
||||||
raise NotImplementedError, "this needs to be implemented to use the model class"
|
raise NotImplementedError, "this needs to be implemented to use the model class"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue