Skip to content

Commit 099c7c9

Browse files
remove solver_specific for xi in regularizedExecutionStats
1 parent e952daf commit 099c7c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ function RegularizedExecutionStats(reg_nlp :: AbstractRegularizedNLPModel{T, V})
3737
stats = GenericExecutionStats(reg_nlp.model, solver_specific = Dict{Symbol, T}())
3838
set_solver_specific!(stats, :smooth_obj, T(Inf))
3939
set_solver_specific!(stats, :nonsmooth_obj, T(Inf))
40-
set_solver_specific!(stats, :xi, T(Inf))
4140
return stats
4241
end

0 commit comments

Comments
 (0)