We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7ce1f commit b01ec2bCopy full SHA for b01ec2b
src/R2DH.jl
@@ -27,7 +27,7 @@ where φ(s ; xₖ) = f(xₖ) + ∇f(xₖ)ᵀs + ½ sᵀ(Dₖ + σₖI)s is a qua
27
### Keyword Arguments
28
29
* `x0::AbstractVector`: an initial guess (in the first calling form: default = `nlp.meta.x0`)
30
-* `selected::AbstractVector{<:Integer}`: (default `1:length(x0)`).
+* `selected::AbstractVector{<:Integer}`: subset of variables to which `h` is applied (default `1:length(x0)`).
31
* `D`: Diagonal quasi-Newton operator.
32
* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotone variant (default: 6).
33
0 commit comments