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 ec0caaa commit c2f2b71Copy full SHA for c2f2b71
src/R2N.jl
@@ -34,7 +34,7 @@ The Hessian is accessed as an abstract operator and need not be the exact Hessia
34
* `subsolver`: the procedure used to compute a step (`R2DH`, `R2` or `PG`)
35
* `subsolver_options::ROSolverOptions`: default options to pass to the subsolver (default: all defaut options)
36
* `selected::AbstractVector{<:Integer}`: subset of variables to which `h` is applied (default `1:nlp.meta.nvar`).
37
-* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotonicity variant (default: 0).
+* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotone variant (default: 0).
38
39
### Return values
40
0 commit comments