Clear Filters
Clear Filters

Final report for fminunc

1 view (last 30 days)
Mohamed Abdalmoaty
Mohamed Abdalmoaty on 21 Mar 2017
Commented: Matt J on 21 Mar 2017
I'm using the optimization function fminunc. I'd like to generate a final report that includes: number of function calls, total time of optimization, (maybe time of each call?) and the path of the optimization variables (the values that they take: starting from the initial point, then for each iteration, until the value that Matlab returns.
How can we do this? The Display option of the optimization toolbox does not show these. I would like to have then stored as a result that I can read and manipulate.
  1 Comment
Matt J
Matt J on 21 Mar 2017
Some of this information is returned in the 4th output argument of fminunc.

Sign in to comment.

Accepted Answer

Alan Weiss
Alan Weiss on 21 Mar 2017
Create an Output Function to record whatever information you like.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!