Filter löschen
Filter löschen

The "Current Function Value" plot ?

2 Ansichten (letzte 30 Tage)
amine&&
amine&& am 10 Jul. 2016
Kommentiert: amine&& am 11 Jul. 2016
Hello, How can i get "current function value" giving by Optimization tool using only the command line?
Thanks !

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Jul. 2016
Construct an options structure that includes PlotFcn and give an option value of @optimplotfval . The options structure can be constructed using the new optimoptions or the older optimset .
The options structure must be passed as the 10th parameter to fmincon(), so if you do not need some of the parameters, pass [] in their place.
  3 Kommentare
Walter Roberson
Walter Roberson am 11 Jul. 2016
That looks okay.
amine&&
amine&& am 11 Jul. 2016
Thanks for your efforts Roberson.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by