fmincon using Interior-point method can not find the convergence
Show older comments
Dear sir,
I am working on a nonlinear programming for structural optimization. Is there any public Matlab code that I can use to run a nonlinear programming problem by using Interior point method? Is optimization toolbox in Matlab able to solve the nonlinear programming problem by using Interior point method? I tried fmincon but it does not converge.the result appear "Local minimum possible. Constraints satisfied" fmincon stopped because the size of the current step is less than the selected value of the step size tolerance and constraints are satisfied to within the default value of the constraint tolerance.so i try to adjust the TolX,TolCon,MaxIter,MaxFunEval,...but i still can not get the expected results.so can you suggest me some idea?
thank you very much
chantrea
Accepted Answer
More Answers (0)
Categories
Find more on Choose a Solver in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!