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

Add Stopping Criteria #11

Open
bachi55 opened this issue Nov 26, 2020 · 1 comment
Open

Add Stopping Criteria #11

bachi55 opened this issue Nov 26, 2020 · 1 comment
Assignees

Comments

@bachi55
Copy link
Member

bachi55 commented Nov 26, 2020

... for example relative duality gap.

@bachi55 bachi55 self-assigned this Nov 26, 2020
@bachi55 bachi55 changed the title Add Stoping Criteria Add Stopping Criteria Dec 2, 2020
@bachi55
Copy link
Member Author

bachi55 commented Dec 4, 2020

The duality gap can be computed using the following formula:

< s - a, grad f(a) > 
  • s is the update direction
  • a is the dual variable vector
  • grad f(a) is the gradient of the dual objective function

For a particular block i we solve this problem during the line-search. However, we need to get the update direction s for all blocks to calculate the duality gap.

@bachi55 bachi55 transferred this issue from another repository Apr 12, 2021
@bachi55 bachi55 transferred this issue from another repository Apr 14, 2021
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