Why is there no setttings available when using cvx_solver_settings command?

Uncategorized
Oct 7, 2015
Z

Hi,

I would like to see what settings I can change for the solver SDPT3. However, after I typed “cvx_solver_settings” command, it was shown that no custom settings specified (see the fig.). Does this mean that I cannot customize any setting for SDPT3? Thanks.

M

No, it means that you have to refer to SDPT3’s documentation to figure out what settings are available. Note that the use of cvx_solver_settings is not supported in any way. Use it entirely at your own risk…

Z
Replying to #2

Hi Michael, I know that use of cvx_solver_settings is not recommended and at my own risk. But I still want to try it. Thanks a lot for your reply.