Description Usage Arguments Value See Also Examples
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.
1 2 3 4 5 6 7 8 9 | 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
1 | qpmadParameters(withLagrMult = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.