cvxpylayers icon indicating copy to clipboard operation
cvxpylayers copied to clipboard

Way to start with an initial guess on variables?

Open wangzizhao opened this issue 4 years ago • 3 comments

Thanks a lot for this fantastic package!

I wonder if there is a way to start the optimization with an initial guess on variables? I see there is a warm_starts argument for diffcp used by this package. However, how to transform my initial guess to the format diffcp accepts is not straightforward, as my optimization problem has been transformed to a convex cone program.

Any suggestions will be greatly appreciated!

wangzizhao avatar Jan 24 '21 20:01 wangzizhao

Great question. We have an open issue to add warm-start support, but have not yet gotten around to it. (https://github.com/cvxgrp/cvxpylayers/issues/35)

We'll keep this issue open until we do add it.

akshayka avatar Jan 24 '21 20:01 akshayka