Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: fmincon problem
Posted:
Jul 18, 2011 3:22 PM
|
|
I think that the use of 'interior-point' algorithm solves my problem. If the program is feasible, it gives proper solution. For infeasible program, the code gives weird output but I can check exitflag to know that it is infeasible.
Thanks a lot for all the help. I really appreciate it. I may reply here again if I get stuck in fmincon again.
Thanks,
Nazmul
"Matt J" wrote in message <j01r6b$sml$1@newscl01ah.mathworks.com>... > "Nazmul Islam" wrote in message <j01jlq$5dm$1@newscl01ah.mathworks.com>... > > > > I have not set the 'AlwaysHonorConstraints' option. It is probably set to the default value. > ===================== > > Then you should turn it on (it's off by default). > > > > Some constraints of c(i) are off by as large AS 10 or 2000 ! So, it's not coming from the round-off error, I guess. > ================ > > Check the exitflag to see if the algorithm stopped prematurely.
|
|
|
|