mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
how did that happen?
This commit is contained in:
parent
c4bb32d103
commit
aef3ba72ab
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ def coregionalisation_sparse(optim_iters=100):
|
||||||
m.scale_factor = 10000.
|
m.scale_factor = 10000.
|
||||||
m.constrain_fixed('.*rbf_var',1.)
|
m.constrain_fixed('.*rbf_var',1.)
|
||||||
#m.constrain_positive('kappa')
|
#m.constrain_positive('kappa')
|
||||||
m.constrain_fixed('Iip')
|
m.constrain_fixed('iip')
|
||||||
m.ensure_default_constraints()
|
m.ensure_default_constraints()
|
||||||
m.optimize_restarts(5, robust=True, messages=1, max_f_eval=optim_iters)
|
m.optimize_restarts(5, robust=True, messages=1, max_f_eval=optim_iters)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue