mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Merge branch 'em_fix' into fitc
This commit is contained in:
commit
942e00d9a9
1 changed files with 2 additions and 0 deletions
|
|
@ -467,3 +467,5 @@ class model(parameterised):
|
||||||
if ll_change < epsilon:
|
if ll_change < epsilon:
|
||||||
stop = True
|
stop = True
|
||||||
iteration += 1
|
iteration += 1
|
||||||
|
if stop:
|
||||||
|
print "%s iterations." %iteration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue