order of nonlinear inequality constraints when using fmincon

1 vue (au cours des 30 derniers jours)
Stephane Eisen
Stephane Eisen le 26 Août 2020
Modifié(e) : Matt J le 26 Août 2020
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?

Réponses (1)

Matt J
Matt J le 26 Août 2020
Modifié(e) : Matt J le 26 Août 2020
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.

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by