Engine prototype #13
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ function realize_gram(
|
|||
|
||||
# return the factorization and its history
|
||||
push!(history.scaled_loss, loss / scale_adjustment)
|
||||
L, true, history
|
||||
L, loss < tol, history
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Reference in a new issue