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.
fixedpoint
1 parent 44c80fc commit 32ef92dCopy full SHA for 32ef92d
src/algorithms/optimization/peps_optimization.jl
@@ -168,6 +168,8 @@ keyword arguments are:
168
* `tol::Real=tol` : Gradient norm tolerance of the optimizer.
169
* `maxiter::Int=$(Defaults.optimizer_maxiter)` : Maximal number of optimization steps.
170
* `verbosity::Int=$(Defaults.optimizer_verbosity)` : Optimizer output verbosity.
171
+* `ls_maxiter::Int=$(Defaults.ls_maxiter)` : Maximal number of linesearch iterations.
172
+* `ls_maxfg::Int=$(Defaults.ls_maxfg)` : Maximal number of function-gradient evaluations during linesearch.
173
* `lbfgs_memory::Int=$(Defaults.lbfgs_memory)` : Size of limited memory representation of BFGS Hessian matrix.
174
175
## Return values
0 commit comments