We have a optimization problem and want to initialize its decision variable's value for fast convergence.
We are using Mosek solver (via its Cvxpy interface).
Any help appreciated, Thank you very much!
We have a optimization problem and want to initialize its decision variable's value for fast convergence.
We are using Mosek solver (via its Cvxpy interface).
Any help appreciated, Thank you very much!
Regarding your question about Pyomo in the comments: Yes, Pyomo's MOSEK interface will let you initialize the variables. The following code provides you an example of what you can do in Pyomo-MOSEK:
PS: I did not have enough reputation to respond to the comment directly, hence the answer. Sorry about that.