Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I prepared to use fixed points algorithms with jax, I found an open-source package
fxp_jax
, however,fxp_jax
only implemented simple aitken_acceleration andfxp_jax
do NOT usevmap
. And I prefer to use anderson_acceleration.For a simple LASSO regression, I implemented anderson_acceleration as the following:
While, some errors occurred,:
Beta Was this translation helpful? Give feedback.
All reactions