forked from glen/dyna3
Report success correctly when step limit is reached
This commit is contained in:
parent
b040bbb7fe
commit
b24dcc9af8
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ function realize_gram(
|
||||||
|
|
||||||
# return the factorization and its history
|
# return the factorization and its history
|
||||||
push!(history.scaled_loss, loss / scale_adjustment)
|
push!(history.scaled_loss, loss / scale_adjustment)
|
||||||
L, true, history
|
L, loss < tol, history
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
Loading…
Add table
Reference in a new issue