What is the benefit to supply the gradient for function minimization?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Pasquale
el 7 de Nov. de 2017
Editada: Honglei Chen
el 7 de Nov. de 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.
0 comentarios
Respuesta aceptada
Honglei Chen
el 7 de Nov. de 2017
Editada: Honglei Chen
el 7 de Nov. de 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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!