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

JAXOPT Projected Gradient #582

Open
pulkitchhabra19 opened this issue Feb 20, 2024 · 0 comments
Open

JAXOPT Projected Gradient #582

pulkitchhabra19 opened this issue Feb 20, 2024 · 0 comments

Comments

@pulkitchhabra19
Copy link

Hello, I have been using JAXOPT Projected Gradient approach with projection box constraints. And I would like to get more output from the algorithm than it is providing such as I would like to have to loss value at each iteration as output. I believe I can set verbose to False to display the error at each iteration but instead I'd like it as output.

Secondly, I believe the tolerance that is passed to the Proximal Gradient class is not used anywhere and so if that is the case, this might be a bug as no matter what tolerance I set, it would not matter. Could you please look into it? Thanks.

Irrespective of what tolerance I put, it runs to the max iterations and so I looked at this and found that tolerance is not used at all:

tol: float = 1e-3

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

1 participant