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

Normalized residuals and tolerances #55

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Normalized residuals and tolerances #55

wants to merge 13 commits into from

Conversation

kibaekkim
Copy link
Member

@kibaekkim kibaekkim commented Aug 15, 2023

This implemented the normalized residuals and absolute/relative tolerances, resolving #54.

  • Any two-level ADMM should not be affected much because the residuals are used in the inner part, where the termination is based on an inexact primal tolerance.
  • One-level ADMM is used in QPsub only and terminated with this new implementation.

This also implemented a simple residual balancing scheme that works for one-level ADMM only. By default it is disabled.

@kibaekkim kibaekkim added the enhancement New feature or request label Aug 15, 2023
@kibaekkim kibaekkim self-assigned this Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Residual balancing scheme Normalized residuals and absolute/relative tolerances
1 participant