Multiobjective optimization - Creating new plot function
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (1)
Nimrod Daniel
am 22 Mär. 2013
0 Stimmen
Kategorien
Mehr zu Multiobjective Optimization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!