Skip to content

Commit

Permalink
Update lbfgsb.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Nov 4, 2024
1 parent 5cb17b6 commit 06ed20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbfgsb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function __map_optimizer_args(cache::Optimization.OptimizationCache, opt::LBFGS;
@warn "common abstol is currently not used by $(opt)"
end
if !isnothing(maxtime)
@warn "common abstol is currently not used by $(opt)"
@warn "common maxtime is currently not used by $(opt)"
end

mapped_args = (;)
Expand Down

0 comments on commit 06ed20e

Please sign in to comment.