Skip to content

Commit a30eeed

Browse files
committed
remove unnecessary comment
1 parent 52db214 commit a30eeed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/trustRegion.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,7 @@ function trust_region_step!(cache::TrustRegionCache)
308308
end
309309
if r > alg.step_threshold
310310

311-
# Take the step.
312311
take_step!(cache)
313-
314312
cache.loss = cache.loss_new
315313

316314
# Update the trust region radius.

0 commit comments

Comments
 (0)