-
Is there any way in optax to do a constrained optimization to ensure my optimized vector has a given l1-norm? |
Beta Was this translation helpful? Give feedback.
Answered by
fabianp
Feb 26, 2024
Replies: 1 comment
-
no, not currently, although it's definitely in our roadmap. In the meantime I suggest to use jaxopt which does have this feature (https://jaxopt.github.io/stable/constrained.html) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pvasired
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no, not currently, although it's definitely in our roadmap. In the meantime I suggest to use jaxopt which does have this feature (https://jaxopt.github.io/stable/constrained.html)