You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We need a composition operator that takes in a vector of operators and carries out composition.
These indivitual operations can as well be proximity or linear operators. This way we can implement SparseGroupLASSO as GroupLASSO(SparseThreshold) and so on.
Describe the solution you'd like
Implement a class as:
Is your feature request related to a problem? Please describe.
We need a composition operator that takes in a vector of operators and carries out composition.
These indivitual operations can as well be proximity or linear operators. This way we can implement SparseGroupLASSO as GroupLASSO(SparseThreshold) and so on.
Describe the solution you'd like
Implement a class as:
Are you planning to submit a Pull Request?
The text was updated successfully, but these errors were encountered: