fmincon's nonlinear equality constraints cannot be met?

3 ビュー (過去 30 日間)
Stanley Cheng
Stanley Cheng 2014 年 11 月 15 日
コメント済み: pietro 2014 年 11 月 15 日
Hi everyone, I am using fmincon for the optimization of the project.
In the use, three nonlinear equality constraints exist, however, with the optimized results, I checked the nonlinear equalities and find they are not satisfied. It is very strange, because all of the nonlinear inequality constraints are met.
Could you pls give some instructions ??
THX very much!

回答 (2 件)

pietro
pietro 2014 年 11 月 15 日
Check your contranstrains with an optimization where your objective function is @(x)0 and with your real constraints. The solver should find a feasible solution. If not your constraints are not well written.

Stanley Cheng
Stanley Cheng 2014 年 11 月 15 日
Dear pietro,
I find the problem!
in the constraint function and objective function, one redundant abs value was added by mistake.
But anyway THX very much for your time and answer in the weekend!
Cheers
  1 件のコメント
pietro
pietro 2014 年 11 月 15 日
you're really welcome

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by