qpmadParameters {qpmadr} | R Documentation |
Conveniently set qpmad parameters. Please always use named arguments since parameters can change without notice between releases. In a future version specifying the argument names will be mandatory.
qpmadParameters(
isFactorized = FALSE,
maxIter = -1,
tol = 1e-12,
checkPD = TRUE,
factorizationType = "NONE",
withLagrMult = FALSE,
returnInvCholFac = FALSE
)
isFactorized |
Deprecated, will be removed in a future version. Please use |
maxIter |
Maximum number of iterations, if not positive then no limit. |
tol |
Convergence tolerance. |
checkPD |
Deprecated. Ignored, will be removed in a future release. |
factorizationType |
IF |
withLagrMult |
If |
returnInvCholFac |
If |
a list suitable to be used as the pars-argument to solveqp
qpmadParameters(withLagrMult = TRUE)