sometidying of the psi statistic cross terms

This commit is contained in:
James Hensman 2013-03-11 10:43:17 +00:00
parent f881e65761
commit 393662b05d
2 changed files with 29 additions and 51 deletions

View file

@ -41,7 +41,7 @@ m.constrain_positive('(rbf|bias|S|linear|white|noise)')
# m.unconstrain('white')
# m.constrain_bounded('white', 1e-6, 10.0)
# plot_oil(m.X, np.array([1,1]), labels, 'PCA initialization')
m.optimize(messages = True)
#m.optimize(messages = True)
# m.optimize('tnc', messages = True)
# plot_oil(m.X, m.kern.parts[0].lengthscale, labels, 'B-GPLVM')
# # pb.figure()