diff --git a/GPy/core/model.py b/GPy/core/model.py index cc8ae2c4..0804f277 100644 --- a/GPy/core/model.py +++ b/GPy/core/model.py @@ -467,3 +467,5 @@ class model(parameterised): if ll_change < epsilon: stop = True iteration += 1 + if stop: + print "%s iterations." %iteration