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

Termination Conditition of ALADIN Toolbox #21

Open
xinliang-dai opened this issue Mar 1, 2021 · 0 comments
Open

Termination Conditition of ALADIN Toolbox #21

xinliang-dai opened this issue Mar 1, 2021 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@xinliang-dai
Copy link
Collaborator

The default tolerance parameter is set to 10^{-10}, but some simulations shows a comparable lower accuracy. Main factor might lay in termination condition of ALADIN Toolbox.

Termination condition of ALADIN Toolbox differs from original ALADIN paper in 2 ways:

  • Termination check is activated right after NLP local-step in ALADIN paper. In contrast to the original paper, Toolbox uses a while-loop for iterative, which means the termination conditions in the Toolbox acts like a pre-condition for the while-loop.

  • The sufficitent and necessary conditions of ALADIN paper consists of feasibility condition

    image

    and duality condition

    image

    However, there is only feasibility condition in the Toolbox. Lacking duality condition, or more specifically, lacking consideration of penalty parameter image might be the main factors for comparable lower accuracy.

This topic needs further investigated.

@xinliang-dai xinliang-dai added the question Further information is requested label Mar 1, 2021
@xinliang-dai xinliang-dai self-assigned this Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant