mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
dimensionality reduction mrd example less interations
This commit is contained in:
parent
08ecf75e89
commit
ef4881ad4d
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ def mrd_simulation(optimize=True, plot=True, plot_sim=True, **kw):
|
|||
|
||||
if optimize:
|
||||
print "Optimizing Model:"
|
||||
m.optimize('scg', messages=1, max_iters=5e4, max_f_eval=5e4, gtol=.05)
|
||||
m.optimize('scg', messages=1, max_iters=1e3, max_f_eval=1e3, gtol=.1)
|
||||
if plot:
|
||||
m.plot_X_1d("MRD Latent Space 1D")
|
||||
m.plot_scales("MRD Scales")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue