mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
rbf now works in a more memory friendly fashion
This commit is contained in:
parent
3546a2a729
commit
adfa6de1d8
2 changed files with 16 additions and 16 deletions
|
|
@ -66,7 +66,7 @@ def silhouette():
|
|||
|
||||
# optimize
|
||||
m.ensure_default_constraints()
|
||||
m.optimize()
|
||||
m.optimize(messages=True)
|
||||
|
||||
print(m)
|
||||
return m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue