Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sums of norms #132

Open
fabian-sp opened this issue Aug 24, 2021 · 2 comments
Open

Sums of norms #132

fabian-sp opened this issue Aug 24, 2021 · 2 comments

Comments

@fabian-sp
Copy link
Contributor

Hi Lorenzo,

I wanted to follow up on this comment: #124 (comment)

I think these weighted sums of norms can be useful for Group/Fused Lasso type problems. For the Group Lasso, one would need to think about how the group indices are specified and then you can simply execute the prox of the sum on each subvector.

I could try it out if you guys are interested in it.

@lostella
Copy link
Member

@fabian-sp I think it would be useful to have them in the package. There could be multiple solutions for indexing the groups: I guess the simplest (and most general?) thing is to specify a vector of ranges, or a vector of vectors of indices, and then rely on views internally.

Another option, for matrix variables, would be to have each row or column as groups. But this could rely on the general solution above.

Do you have any ideas?

@nantonel
Copy link
Collaborator

nantonel commented Aug 28, 2021

We had something like that for grouping in SlicedSeparableSum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants