Skip to content

Commit b01ec2b

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

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
@@ -27,7 +27,7 @@ where φ(s ; xₖ) = f(xₖ) + ∇f(xₖ)ᵀs + ½ sᵀ(Dₖ + σₖI)s is a qua
2727
### Keyword Arguments
2828
2929
* `x0::AbstractVector`: an initial guess (in the first calling form: default = `nlp.meta.x0`)
30-
* `selected::AbstractVector{<:Integer}`: (default `1:length(x0)`).
30+
* `selected::AbstractVector{<:Integer}`: subset of variables to which `h` is applied (default `1:length(x0)`).
3131
* `D`: Diagonal quasi-Newton operator.
3232
* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotone variant (default: 6).
3333

0 commit comments

Comments
 (0)