help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Constraint optimization


From: Eric S Fraga
Subject: Re: Constraint optimization
Date: Fri, 10 Jun 2005 15:56:28 +0100
User-agent: Mutt/1.5.9i

> I am looking for an algorithm that does constraint optimization.  For
> the time being I only require bounds and linear constraints, but it must
> be able to work with optimization for multivariate problems (e.g.
> fmincon).

Maybe have a look at the Matlab functions described by Kelley:

@Book{kelley-1999,
  author = {C. T. Kelley},
  title =  {Iterative methods for optimization},
  publisher = {{SIAM}},
  year = 1999
}

I believe he has made a number of functions available so do a web search.

Alternatively, if your constraints are linear and if your objective function
is well-defined outside the feasible region, incorporated the constraints
directly into a new objective function as part of a penalty function and use
a non-constrainted optimization method.

cheers,
eric

-- 
 Eric S. Fraga, Department of Chemical Engineering, UCL, London
............*******.*..**.*.*...***.***.*...*...***.*...........



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]