Effacer les filtres
Effacer les filtres

What is the benefit to supply the gradient for function minimization?

1 vue (au cours des 30 derniers jours)
Pasquale
Pasquale le 7 Nov 2017
Do you know if is it better to supply the gradient using 'fminunc'? For better I mean the time spent for analysis, and its accuracy.

Réponse acceptée

Honglei Chen
Honglei Chen le 7 Nov 2017
Modifié(e) : Honglei Chen le 7 Nov 2017
I'm not an expert on this, but I believe that if you don't provide the gradient function, then it has to be numerically estimated from your function. Thus providing the gradient (if available) can help the algorithm to converge faster.
  1 commentaire
Pasquale
Pasquale le 7 Nov 2017
I can valuate and provide the gradient, but it comes out from a lot of calculations, and my whole code runs on for loops with more than 1000 elements. So I don't know if it is more expensive to calculate the gradient through code lines, or let the solver fminunc do this. I should try and compare

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by