forum.alglib.net http://forum.alglib.net/ |
|
nonlinear constrained minimization http://forum.alglib.net/viewtopic.php?f=2&t=752 |
Page 1 of 1 |
Author: | PeterKottas [ Sat Dec 29, 2012 7:26 pm ] |
Post subject: | nonlinear constrained minimization |
Hello everybody. I am currently trying to solve nonlinear constrained minimization problem as implemented in matlab "fmincon" function. My expectations are, minimize(fun1,x0,uB,lB,fun2) where x0 is initial state, fun1 is function that needs to be minimized, uB are upper bounds, lB are lower bounds and fun2 is function that provides vectors of nonlinear equalities/inequalities as described in http://www.mathworks.com/help/optim/ug/fmincon.html as nonlcon function. These vectors are changing through iterations as well (they are dependent on x_n, n-th iteration of solution vector). In matlab implementation they are in a form c(x)<=0. I need to find a function to calculate them just like in matlab fmincon implementation. Good example of what i want to do is first one on this page http://www.mathworks.com/help/optim/ug/ ... id=doc_12b . Only difference is that I need boundaries as well... Is there a similar function in alglib or could you at least help me with solution using some other c++ library ? |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |