mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
print iteration number
This commit is contained in:
parent
8dd33615c1
commit
c72d2b99d9
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