Skip to content

Commit 174d273

Browse files
print out optimality measure correctly
1 parent d1d2b78 commit 174d273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LMTR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function LMTR(
278278
#! format: off
279279
@info @sprintf "%6d %8d %8.1e %8.1e %7.1e %7.1e %8s %7.1e %7.1e %7.1e %7.1e" k 1 fk hk sqrt(ξ1) sqrt(ξ1) "" Δk χ(xk) χ(s) ν
280280
#! format: on
281-
@info "LMTR: terminating with √ξ1 = $(sqrt(ξ1))"
281+
@info "LMTR: terminating with √(ξ1/ν) = $(sqrt_ξ1_νInv)"
282282
end
283283
end
284284

0 commit comments

Comments
 (0)