Description Usage Arguments Value References
View source: R/OptManiMulitBallGBB.R
Line search algorithm for optimization on Stiefel manifold based on Wen and Yin (2013). Used for the 1D-algorithm to estimate the envelope subspace.
1 | OptManiMulitBallGBB(X, opts=NULL, fun, ...)
|
X |
n by k matrix such that X'X = I |
opts |
Option structure with fields: |
fun |
Objective function and its gradient: |
... |
Additional input for |
X |
Solution. |
g |
Gradient of X. |
Out |
Output information, include estimation error, function value, iteration times etc. |
Wen, Z., & Yin, W. (2013). A feasible method for optimization with orthogonality constraints. Mathematical Programming, 142(1-2), 397-434.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.