order of nonlinear inequality constraints when using fmincon

1 回表示 (過去 30 日間)
Stephane Eisen
Stephane Eisen 2020 年 8 月 26 日
編集済み: Matt J 2020 年 8 月 26 日
When using fmincon, I have found that the order in which I build up the nonlinear inequality (cIneqVec) constraint vector impacts the resulting value of the objective function.
Is the order in which I build up cIneqVec important?
Does fmincon somehow prioritize the constraints based on their element position in the vector?

回答 (1 件)

Matt J
Matt J 2020 年 8 月 26 日
編集済み: Matt J 2020 年 8 月 26 日
The order of the constraints would probably cause their gradients and Hessians to be summed in a different order, which in turn would introduce small differences in floating point approximation errors into the results. My guess is that the differences you see are due to that.

カテゴリ

Help Center および File ExchangeSolver-Based Nonlinear Optimization についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by