qpmadParameters {qpmadr} | R Documentation |
Set qpmad parameters
Description
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.
Usage
qpmadParameters(
isFactorized = FALSE,
maxIter = -1,
tol = 1e-12,
checkPD = TRUE,
factorizationType = "NONE",
withLagrMult = FALSE,
returnInvCholFac = FALSE
)
Arguments
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 |
Value
a list suitable to be used as the pars-argument to solveqp
See Also
Examples
qpmadParameters(withLagrMult = TRUE)