Open
Description
Is there some way to implement the induced infinity matrix norm:
maximum absolute row sum of a matrix
Lets say I have multivariate data in Y (for simplicity of dim n x 2) and X, and want to solve:
@minimize ls( A*X - Y ) + λ[1]*norm(X[:,1],1) + λ[2]*norm(X[:,2],1) + λ[3]*"maximum absolute row sum of matrix X"
Metadata
Metadata
Assignees
Labels
No labels