We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e476e82 commit 7170ee6Copy full SHA for 7170ee6
src/lbfgs.jl
@@ -83,6 +83,7 @@ function optimize(fg, x, alg::LBFGS;
83
@info @sprintf("LBFGS: initializing with f = %.12f, ‖∇f‖ = %.4e", f, normgrad)
84
85
while !(_hasconverged || _shouldstop)
86
+ t₀ = time()
87
# compute new search direction
88
if length(H) > 0
89
Hg = let x = x
0 commit comments