Skip to content

Commit 0f7ce1f

Browse files
Update src/R2DH.jl
Co-authored-by: Dominique <[email protected]>
1 parent 79eb747 commit 0f7ce1f

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
@@ -8,7 +8,7 @@ A second-order quadratic regularization method for the problem
88
99
min f(x) + h(x)
1010
11-
where f: ℝⁿ → ℝ is C¹ and h: ℝⁿ → ℝ is lower semi-continuous and proper.
11+
where f: ℝⁿ → ℝ is C¹ and h: ℝⁿ → ℝ is lower semi-continuous, proper, and prox-bounded.
1212
1313
About each iterate xₖ, a step sₖ is computed as a solution of
1414

0 commit comments

Comments
 (0)