BGPLVM example MATLAB compare

This commit is contained in:
Max Zwiessele 2013-05-03 14:57:03 +01:00
parent 02b3f41680
commit 8fb9ab5610
2 changed files with 3 additions and 7 deletions

View file

@ -192,10 +192,6 @@ def bgplvm_simulation_matlab_compare():
m['noise'] = Y.var() / 100.
m['linear_variance'] = .01
# lscstr = '{}'.format(k.parts[0].name)
# m[lscstr] = .01
# m.unconstrain(lscstr); m.constrain_fixed(lscstr, 10)
# lscstr = 'X_variance'
# m[lscstr] = .01
# m.unconstrain(lscstr); m.constrain_fixed(lscstr, .1)