Tracking Objective Function Value

Uncategorized
Jul 21, 2015
R

Hello sir. I have a very basic doubt. Is there any way to get the primal objective function value as an array? Though I can see it in MATLAB window, but I want it as an array.

M

I’m afraid not. CVX does not monitor the execution of the solver in any way; it simply waits for the result.

M
Replying to #2

Perhaps use the diary command and run a PERL script or something on the diary file?

R

Thanks both of you :blush: