forum.alglib.net

ALGLIB forum
It is currently Sat Apr 20, 2024 9:35 am

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: linear constraints in minasa
PostPosted: Sun Jun 12, 2011 1:36 pm 
Offline

Joined: Sun Jun 12, 2011 1:32 pm
Posts: 2
can I specify linear contraints in minasa()? say, if not only I have constraints BndL[i] <= x[i] <= BndU[i], but also sum(x,i = 0 to n) <= something, can I do this in minasa or any other ALGLIB optimization package? thanks.


Top
 Profile  
 
 Post subject: Re: linear constraints in minasa
PostPosted: Sun Jun 12, 2011 4:59 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
I recommend you to use BLEIC package. It is not described in the ALGLIB User Manual yet (description will be available within a week or two), but ALGLIB Reference Manual has complete reference and examples. This package supports both boundary and linear (equality/inequality) constraints.


Top
 Profile  
 
 Post subject: Re: linear constraints in minasa
PostPosted: Sun Jun 12, 2011 10:33 pm 
Offline

Joined: Sun Jun 12, 2011 1:32 pm
Posts: 2
Sergey.Bochkanov wrote:
I recommend you to use BLEIC package. It is not described in the ALGLIB User Manual yet (description will be available within a week or two), but ALGLIB Reference Manual has complete reference and examples. This package supports both boundary and linear (equality/inequality) constraints.


Can I ask what's the underlying algo for BLEIC package?


Top
 Profile  
 
 Post subject: Re: linear constraints in minasa
PostPosted: Mon Jun 13, 2011 5:28 am 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
Quote:
Can I ask what's the underlying algo for BLEIC package?

It is nonlinear conjugate gradient method, which handles constraints as follows:
a) it classifies them as either active or inactive
b) it projects function gradient into subspace of active constraints
c) it carefully monitors step length and gradient direction and activates/deactivates constraints as necessary

In fact, BLEIC is active set method too, but more sophisticated than ASA.


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 61 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