forum.alglib.net

ALGLIB forum
It is currently Sat Apr 27, 2024 10:37 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Globalization and infeasibility strategies of SQP method
PostPosted: Fri Nov 17, 2023 11:30 am 
Offline

Joined: Fri Nov 17, 2023 11:27 am
Posts: 2
Location: Berlin
Dear ALGLIB team and community,

I'm writing a paper on nonconvex optimization and I'm comparing several state-of-the-art solvers. I couldn't figure out how the ALGLIB SQP method is implemented, specifically:
- how it measures progress (filter or merit function). I think it then uses a line search to find an appropriate step length;
- how it deals with infeasible QPs. Does it relax the RHS or revert to minimizing constraint violation?
Hope you can help me out! Thanks a lot,

Charlie Vanaret

_________________
Check out my next-generation solver for nonconvex optimization: https://github.com/cvanaret/Uno


Top
 Profile  
 
 Post subject: Re: Globalization and infeasibility strategies of SQP method
PostPosted: Sun Nov 19, 2023 7:17 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
Hi!

ALGLIB uses an L1-penalized merit function to measure progress. It is a trust region method, i.e. it does not use a line search.

It uses SL1QP approach towards constraints and does not have separate feasibility enforcement stage. The merit function coefficient is dynamically chosen to ensure that there is a progress towards minimizing constraint violation.

Sergei.


Top
 Profile  
 
 Post subject: Re: Globalization and infeasibility strategies of SQP method
PostPosted: Sun Nov 19, 2023 8:09 pm 
Offline

Joined: Fri Nov 17, 2023 11:27 am
Posts: 2
Location: Berlin
Hi Sergey,
Perfect, thanks for your answer. I'll post a link to the preprint once our article is submitted :)
Best,
Charlie

_________________
Check out my next-generation solver for nonconvex optimization: https://github.com/cvanaret/Uno


Top
 Profile  
 
 Post subject: Re: Globalization and infeasibility strategies of SQP method
PostPosted: Mon Nov 20, 2023 4:43 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
Actually, it is planned to switch to filters at some moment later. They seem to be more promising. But still the filter version will inherit many features of the original SL1QP one.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 347 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group