fminunc with quasi-Newton algorithm giving unexpected results

2 vues (au cours des 30 derniers jours)
Why am I getting unexpected results and exitflag = 5 with "fminunc" quasi-Newton algorithm?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 25 Juin 2018
Double check that the "fminunc" function is correct. Small errors in the function to minimize could cause for very unexpected results.
Additionally, setting 'SpecifyObjectiveGradient' to true and defining a gradient function might drastically improve your solution.
Please see the following link for information on defining a gradient for the objective function:

Plus de réponses (0)

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by