Skip to content

Commit

Permalink
remove solver_specific for xi in regularizedExecutionStats
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceGollier authored and dpo committed Jan 15, 2025
1 parent 9880a5f commit b9d5d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ function RegularizedExecutionStats(reg_nlp :: AbstractRegularizedNLPModel{T, V})
stats = GenericExecutionStats(reg_nlp.model, solver_specific = Dict{Symbol, T}())
set_solver_specific!(stats, :smooth_obj, T(Inf))
set_solver_specific!(stats, :nonsmooth_obj, T(Inf))
set_solver_specific!(stats, :xi, T(Inf))
return stats
end

0 comments on commit b9d5d56

Please sign in to comment.