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 5cb17b6 commit 06ed20eCopy full SHA for 06ed20e
src/lbfgsb.jl
@@ -45,7 +45,7 @@ function __map_optimizer_args(cache::Optimization.OptimizationCache, opt::LBFGS;
45
@warn "common abstol is currently not used by $(opt)"
46
end
47
if !isnothing(maxtime)
48
- @warn "common abstol is currently not used by $(opt)"
+ @warn "common maxtime is currently not used by $(opt)"
49
50
51
mapped_args = (;)
0 commit comments