File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments