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

Change the order of shifting and scaling #14

Open
lukevolpatti opened this issue Apr 19, 2022 · 0 comments
Open

Change the order of shifting and scaling #14

lukevolpatti opened this issue Apr 19, 2022 · 0 comments
Labels
easy Something that can be done quickly

Comments

@lukevolpatti
Copy link
Collaborator

The g functions are currently applied with t * g(ax - b). This should be changed to t * g(a(x - b)).

This change will affect:

  • Examples that make use of the t, a, b parameters
  • apply_g_funcs
  • apply_prox_ops
@lukevolpatti lukevolpatti added the easy Something that can be done quickly label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Something that can be done quickly
Projects
None yet
Development

No branches or pull requests

1 participant