rbf now works in a more memory friendly fashion

This commit is contained in:
James Hensman 2013-03-27 15:03:46 +00:00
parent 3546a2a729
commit adfa6de1d8
2 changed files with 16 additions and 16 deletions

View file

@ -66,7 +66,7 @@ def silhouette():
# optimize
m.ensure_default_constraints()
m.optimize()
m.optimize(messages=True)
print(m)
return m