Skip to content

Commit 7170ee6

Browse files
authored
Update lbfgs.jl
1 parent e476e82 commit 7170ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lbfgs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function optimize(fg, x, alg::LBFGS;
8383
@info @sprintf("LBFGS: initializing with f = %.12f, ‖∇f‖ = %.4e", f, normgrad)
8484

8585
while !(_hasconverged || _shouldstop)
86+
t₀ = time()
8687
# compute new search direction
8788
if length(H) > 0
8889
Hg = let x = x

0 commit comments

Comments
 (0)