Skip to content

Commit 213760e

Browse files
Update lib/OptimizationManopt/src/OptimizationManopt.jl
1 parent 561d9e2 commit 213760e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/OptimizationManopt/src/OptimizationManopt.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ function SciMLBase.__solve(cache::OptimizationCache{
334334
u = θ,
335335
p = cache.p,
336336
objective = x[1])
337-
#TODO: What is this callback for?
338337
cb_call = cache.callback(opt_state, x...)
339338
if !(cb_call isa Bool)
340339
error("The callback should return a boolean `halt` for whether to stop the optimization process.")

0 commit comments

Comments
 (0)