Skip to content

Commit 56f8b0b

Browse files
Update src/R2N.jl
Co-authored-by: Dominique <[email protected]>
1 parent 755cbfa commit 56f8b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The Hessian is accessed as an abstract operator and need not be the exact Hessia
3333
* `subsolver_logger::AbstractLogger`: a logger to pass to the subproblem solver (default: the null logger)
3434
* `subsolver`: the procedure used to compute a step (`R2DH`, `R2` or `PG`)
3535
* `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`).
3736
* `Mmonotone::Int`: number of previous values of the objective to consider for the non-monotone variant (default: 1).
37+
* `selected::AbstractVector{<:Integer}`: subset of variables to which `h` is applied (default `1:nlp.meta.nvar`).
3838
3939
### Return values
4040

0 commit comments

Comments
 (0)