mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
newline only on display
This commit is contained in:
parent
d63e03e1bd
commit
e7a430ab3a
1 changed files with 2 additions and 1 deletions
|
|
@ -153,5 +153,6 @@ def SCG(f, gradf, x, optargs=(), maxiters=500, max_f_eval=500, display=True, xto
|
||||||
# iterations.
|
# iterations.
|
||||||
status = "maxiter exceeded"
|
status = "maxiter exceeded"
|
||||||
|
|
||||||
|
if display:
|
||||||
print ""
|
print ""
|
||||||
return x, flog, function_eval, status
|
return x, flog, function_eval, status
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue