Multiobjective optimization - Creating new plot function
Show older comments
Hello,
I want to plot averages of my two optimization objective by generations. (assuming running it by using command line)
By the help file, the plot function is defined as:
function stop = plotfun(options,state,flag)
options — I put here 'options' as defined earlier.
state — should I put here 'optimresults' ?
flag — by definition "String that tells what stage the algorithm is currently in." From where exactly should I take this string?
With regards.
Accepted Answer
More Answers (1)
Nimrod Daniel
on 22 Mar 2013
0 votes
Categories
Find more on Multiobjective Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!