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 561d9e2 commit 213760eCopy full SHA for 213760e
lib/OptimizationManopt/src/OptimizationManopt.jl
@@ -334,7 +334,6 @@ function SciMLBase.__solve(cache::OptimizationCache{
334
u = θ,
335
p = cache.p,
336
objective = x[1])
337
- #TODO: What is this callback for?
338
cb_call = cache.callback(opt_state, x...)
339
if !(cb_call isa Bool)
340
error("The callback should return a boolean `halt` for whether to stop the optimization process.")
0 commit comments