order of nonlinear inequality constraints when using fmincon

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Solver-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