forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 12:00 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  [ 3 posts ] 
Author Message
 Post subject: Question about quadratic programming algorithm
PostPosted: Tue Apr 09, 2013 2:56 pm 
Offline

Joined: Fri Feb 15, 2013 3:22 pm
Posts: 11
Hello
I am using the package "minqp" of "alglib" to solve quadratic programming problems.
I need to know which algorithm uses "alglib" to solve quadratic programming problems.
thanks


Top
 Profile  
 
 Post subject: Re: Question about quadratic programming algorithm
PostPosted: Tue Apr 09, 2013 5:50 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 903
It is active set method, combination of projected gradient and Newton methods:
1. it performs several steepest descent steps (with respect to active constraints), activating and deactivating constraints as necessary
2. it checks stopping criteria; in case they met, algorithm is stopped
3. it tries Newton step; in case Newton step leads to infeasible point, it performs bounded step and activates one constraint.
4. goto (1)


Top
 Profile  
 
 Post subject: Re: Question about quadratic programming algorithm
PostPosted: Tue Apr 09, 2013 6:43 pm 
Offline

Joined: Fri Feb 15, 2013 3:22 pm
Posts: 11
Hello
Thanks for the reply. But I still have doubts. When you say in step 2 "it checks stopping criteria, in case They Met, algorithm is stopped".
What is the condition of stop?
I ask this because I have tried to solve problems with hundreds of variables and hundreds of constraints and the program keeps running without reimburse any result.
thanks


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 47 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