Skip to content

Commit 224f111

Browse files
MaxenceGollierdpo
authored andcommitted
R2DH: use RegularizedExecutionStats instead of Generic
1 parent a1b4a56 commit 224f111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2DH.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function R2DH(reg_nlp::AbstractRegularizedNLPModel{T, V}; kwargs...) where {T, V
204204
m_monotone = pop!(kwargs_dict, :m_monotone, 6)
205205
D = pop!(kwargs_dict, :D, nothing)
206206
solver = R2DHSolver(reg_nlp, m_monotone = m_monotone, D = D)
207-
stats = GenericExecutionStats(reg_nlp.model)
207+
stats = RegularizedExecutionStats(reg_nlp)
208208
solve!(solver, reg_nlp, stats; kwargs_dict...)
209209
return stats
210210
end

0 commit comments

Comments
 (0)