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 8f57786 commit d9a1f19Copy full SHA for d9a1f19
lib/OptimizationOptimJL/src/OptimizationOptimJL.jl
@@ -42,7 +42,7 @@ function __map_optimizer_args(cache::OptimizationCache,
42
mapped_args = (; extended_trace = true, kwargs...)
43
44
if !isnothing(abstol)
45
- mapped_args = (; mapped_args..., f_abstol = reltol)
+ mapped_args = (; mapped_args..., f_abstol = abstol)
46
end
47
48
if !isnothing(callback)
0 commit comments