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

Re-introduce tolerances to optimization solvers. #27

Open
2 tasks
jf514 opened this issue Jul 26, 2024 · 0 comments
Open
2 tasks

Re-introduce tolerances to optimization solvers. #27

jf514 opened this issue Jul 26, 2024 · 0 comments
Assignees

Comments

@jf514
Copy link
Contributor

jf514 commented Jul 26, 2024

Tolerances were used in a previous implementation of the optimizer (LBFGS), but aren't currently used. (Currently solvers are using default tolerance of 1e-3) This is possibly inefficient and should be changed.

Under the hood, both ProjectedGradient & OptaxSolver use a tolerance of 1e-3.

ProjectedGradient
OptaxSolver

Todo

  • Restore tolerances to be used in solver
  • Give appropriate units to tolerances so that tolerances can be scaled appropriately.
@charles-zhng charles-zhng self-assigned this Jul 26, 2024
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

2 participants