mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
checkgrad was changing parameters
This commit is contained in:
parent
13212abd0b
commit
c84372127f
1 changed files with 1 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ class Model(Parameterized):
|
|||
ng = '%.6f' % float(numerical_gradient)
|
||||
grad_string = "{0:<{c0}}|{1:^{c1}}|{2:^{c2}}|{3:^{c3}}|{4:^{c4}}".format(formatted_name, r, d, g, ng, c0=cols[0] + 9, c1=cols[1], c2=cols[2], c3=cols[3], c4=cols[4])
|
||||
print grad_string
|
||||
self._set_params_transformed(x)
|
||||
return ret
|
||||
|
||||
def input_sensitivity(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue