Skip to content

Commit 41c09e1

Browse files
R2DH: use RegularizedExecutionStats instead of Generic
1 parent 4a755c5 commit 41c09e1

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
@@ -218,7 +218,7 @@ function R2DH(reg_nlp::AbstractRegularizedNLPModel{T, V}; kwargs...) where {T, V
218218
m_monotone = pop!(kwargs_dict, :m_monotone, 6)
219219
D = pop!(kwargs_dict, :D, nothing)
220220
solver = R2DHSolver(reg_nlp, m_monotone = m_monotone, D = D)
221-
stats = GenericExecutionStats(reg_nlp.model)
221+
stats = RegularizedExecutionStats(reg_nlp)
222222
solve!(solver, reg_nlp, stats; kwargs_dict...)
223223
return stats
224224
end

0 commit comments

Comments
 (0)