Dear Johan,
I'm dealing with a large scale problem, it takes quite some time (~hours) for yalmip to build the optimization model. The model will be solved repeatedly with different parameters, so I created an optimizer object to save some time. Is it possible/appropriate to save the optimizer object into a file and reload+resolve it in the future?
I tried to save the workspace, and got warning messages:
"Warning: YALMIP objects cannot be
saved in binary format. You will run
into troubles if you try to load this
file later. You should clear all
YALMIP objects first, or avoid having
any YALMIP objects in the list of
variables which you save.
> In sdpvar/saveobj (line 3)"
Is it still not possible?
Thanks,
XB