fminunc with quasi-Newton algorithm giving unexpected results

2 visualizzazioni (ultimi 30 giorni)
Why am I getting unexpected results and exitflag = 5 with "fminunc" quasi-Newton algorithm?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 25 Giu 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:

Più risposte (0)

Prodotti


Release

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by