From help-request at octave dot org Fri Jun 10 13:57:29 2005 Subject: Re: Constraint optimization From: Eric S Fraga To: help at octave dot org Date: Fri, 10 Jun 2005 15:56:28 +0100 > 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: at 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 -------------------------------------------------------------