Thursday, January 25, 2007

On making the sparsity parameter an implicit variable in the program

Currently the sparsity parameter k ( as in card(x) <> ) must be hand tuned when we run the solver. What if we turn this parameter into a variable in the program. I.e., we let the program "search" for the appropriate sparsity. Just something to think about.... I think it should be fairly easy to modify current program to do this.

1 Comments:

At 11:29 AM, Blogger etfd said...

Intuitively this boosts up the sparsity parameter to the max, so that there is no sparsity constraint and the solution can make full use of all dimensions in the data. This renders the method effectively equivalent to the standard spectral solution.

 

Post a Comment

<< Home