Hello Professor,
In yalmip, I am using optimizer + ipopt. Everything is working fine. I now want to check the robustness to initialization.
Before the optimizer is run, I see that my decision variables are all initially set to 'NaN'. Yet, after the first optimization, the decision variables get their desired values. I am not too sure about the overall software architecture, but I want to set my decision variables to some initial values, and then see the results. Is that possible please?
I have tried sending initial values for the decision variables when calling the optimizer. However, the optimizer fails because of NaN values.
Grateful for your advice/guidance.
Thank you.
Heman