-
Notifications
You must be signed in to change notification settings - Fork 23
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
TR strategy: properly reset the bounds duals and set the warm-start information #83
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cvanaret
changed the title
TR strategy: properly reset the bounds duals when trust-region constraints are active
TR strategy: properly reset the bounds duals and set the warm-start information
Nov 11, 2024
Can we test the TR without BQPD? |
Yes, we can assemble a trust-region SLP method with HiGHS as LP solver. |
…vector is longer than the direction
Excellent.
It would be good to also test it with BQPD, just to make make sure the two solvers behave the same on smaller instances.
Eventually, we should add an EQP phase and get a second order method.
Sven
Sven Leyffer
Senior Computational Mathematician and Deputy Director
Mathematics and Computer Science Division
Argonne National Laboratory
…________________________________
From: Charlie Vanaret ***@***.***>
Sent: Tuesday, November 12, 2024 1:26 AM
To: cvanaret/Uno ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [cvanaret/Uno] TR strategy: properly reset the bounds duals and set the warm-start information (PR #83)
Yes, we can assemble a trust-region SLP method with HiGHS as LP solver. So far, I've fixed lack of convergence on infeasible problems for SLP methods. I'm still working on properly setting the warmstart information. — Reply to this email
ZjQcmQRYFpfptBannerStart
This Message Is From an External Sender
This message came from outside your organization.
ZjQcmQRYFpfptBannerEnd
Yes, we can assemble a trust-region SLP method with HiGHS as LP solver.
So far, I've fixed lack of convergence on infeasible problems for SLP methods. I'm still working on properly setting the warmstart information.
—
Reply to this email directly, view it on GitHub<https://urldefense.us/v3/__https://github.com/cvanaret/Uno/pull/83*issuecomment-2469782394__;Iw!!G_uCfscf7eWS!bZvRUVGsxxuiRXPSLQUQSdWAvvVFWYr90UTzEFfBtCwYjZ9t1F2MJ8me78JDdYtuhKPC-ysyHWvx0korKllKHZFntfo$>, or unsubscribe<https://urldefense.us/v3/__https://github.com/notifications/unsubscribe-auth/AB52TLLHQTYEDGY75LPTYST2AGUUHAVCNFSM6AAAAABRR5UPBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZG44DEMZZGQ__;!!G_uCfscf7eWS!bZvRUVGsxxuiRXPSLQUQSdWAvvVFWYr90UTzEFfBtCwYjZ9t1F2MJ8me78JDdYtuhKPC-ysyHWvx0korKllKBWGr1yE$>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sure. But this requires us to be able to compile a version of Uno that includes BQPD on a public CI instance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Properly update the WarmstartInformation object: handle phase switches, errors, etc.
Two fixes in TrustRegionStrategy: